:root {
  --commerce-ink: var(--ss-ink, #17212b);
  --commerce-muted: var(--ss-muted, #5c6875);
  --commerce-line: var(--ss-line, #d9dee4);
  --commerce-surface: var(--ss-surface, #ffffff);
  --commerce-soft: var(--ss-surface-soft, #f4f6f8);
  --commerce-primary: var(--ss-primary, #315f45);
  --commerce-accent: var(--ss-accent, #b65322);
  --commerce-danger: var(--ss-danger, #a52a2a);
  --commerce-success: var(--ss-success, #17623a);
}

.commerce-admin,
.commerce-cart,
.commerce-tracking,
.commerce-store,
.commerce-account {
  box-sizing: border-box;
  color: var(--commerce-ink);
  font-family: var(--ss-font-sans, Arial, Helvetica, sans-serif);
  width: 100%;
}

.commerce-admin *,
.commerce-cart *,
.commerce-tracking *,
.commerce-store *,
.commerce-account * {
  box-sizing: border-box;
}

.commerce-admin a,
.commerce-cart a,
.commerce-tracking a,
.commerce-store a,
.commerce-account a {
  text-decoration: none;
}

.commerce-admin-hero,
.commerce-cart-hero,
.commerce-tracking-hero,
.commerce-store-hero,
.commerce-account-hero {
  align-items: center;
  background: var(--commerce-ink);
  color: #fff;
  display: flex;
  gap: 24px;
  justify-content: space-between;
  margin: 0 0 18px;
  min-height: 150px;
  padding: 24px;
}

.commerce-admin-hero span,
.commerce-cart-hero span,
.commerce-tracking-hero span,
.commerce-store-hero span,
.commerce-account-hero span,
.commerce-section-title > div > span {
  color: #a9d8bd;
  display: block;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 7px;
}

.commerce-admin-hero h1,
.commerce-cart-hero h1,
.commerce-tracking-hero h1,
.commerce-store-hero h1,
.commerce-account-hero h1 {
  color: #fff;
  font-size: 28px;
  line-height: 1.2;
  margin: 0 0 8px;
}

.commerce-admin-hero p,
.commerce-cart-hero p,
.commerce-tracking-hero p,
.commerce-store-hero p,
.commerce-account-hero p {
  color: #dfe5ea;
  line-height: 1.55;
  margin: 0;
  max-width: 720px;
}

.commerce-admin-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
}

.commerce-admin-actions a,
.commerce-cart-hero > a,
.commerce-tracking-hero > a,
.commerce-store-hero > a,
.commerce-account-hero > a {
  background: var(--commerce-accent);
  color: #fff !important;
  display: inline-block;
  font-weight: 700;
  padding: 11px 14px;
  white-space: nowrap;
}

.commerce-alert {
  border: 1px solid;
  line-height: 1.5;
  margin: 0 0 16px;
  padding: 12px 14px;
}

.commerce-alert.success {
  background: #e9f7ef;
  border-color: #85c8a2;
  color: #155f35;
}

.commerce-alert.warning {
  background: #fff3e8;
  border-color: #e7aa76;
  color: #713914;
}

.commerce-panel {
  background: var(--commerce-surface);
  border: 1px solid var(--commerce-line);
  margin: 0 0 16px;
  padding: 18px;
}

.commerce-panel-head,
.commerce-section-title {
  align-items: center;
  border-bottom: 1px solid var(--commerce-line);
  display: flex;
  gap: 18px;
  justify-content: space-between;
  margin-bottom: 16px;
  padding-bottom: 12px;
}

.commerce-panel-head h2,
.commerce-section-title h2 {
  color: var(--commerce-ink);
  font-size: 20px;
  margin: 0;
}

.commerce-panel-head p {
  color: var(--commerce-muted);
  line-height: 1.5;
  margin: 5px 0 0;
}

.commerce-form-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.commerce-form-grid label,
.commerce-tracking-lookup label,
.commerce-product-form label,
.commerce-review-form label,
.commerce-status-form label,
.commerce-delivery-form label {
  color: var(--commerce-ink);
  display: grid;
  font-size: 13px;
  font-weight: 700;
  gap: 6px;
  text-align: left;
}

.commerce-form-grid label > small {
  color: var(--commerce-muted);
  font-size: 12px;
  font-weight: 400;
  line-height: 1.45;
}

.commerce-form-grid .wide,
.commerce-product-form .wide,
.commerce-delivery-form .wide {
  grid-column: 1 / -1;
}

.commerce-form-grid input,
.commerce-form-grid select,
.commerce-form-grid textarea,
.commerce-tracking-lookup input,
.commerce-product-form input,
.commerce-product-form select,
.commerce-product-form textarea,
.commerce-review-form input,
.commerce-review-form select,
.commerce-review-form textarea,
.commerce-status-form select,
.commerce-delivery-form input,
.commerce-delivery-form textarea,
.commerce-category-add input,
.commerce-category-list input,
.commerce-gallery-upload input {
  background: #fff;
  border: 1px solid #b8c0c8;
  border-radius: 4px;
  color: var(--commerce-ink);
  font: inherit;
  min-height: 42px;
  padding: 9px 10px;
  width: 100%;
}

.commerce-form-grid textarea,
.commerce-product-form textarea,
.commerce-review-form textarea,
.commerce-delivery-form textarea {
  min-height: 100px;
  resize: vertical;
}

.commerce-form-grid small,
.commerce-product-form small {
  color: var(--commerce-muted);
  font-size: 11px;
  font-weight: 400;
}

.commerce-toggle {
  align-items: start;
  background: var(--commerce-soft);
  border: 1px solid var(--commerce-line);
  display: flex !important;
  gap: 10px !important;
  min-height: 76px;
  padding: 12px;
}

.commerce-toggle input {
  min-height: 0;
  width: auto;
}

.commerce-toggle strong,
.commerce-toggle small {
  display: block;
}

.commerce-toggle small {
  margin-top: 4px;
}

.commerce-form-submit {
  display: flex;
  justify-content: flex-end;
}

.commerce-form-submit button,
.commerce-primary-button,
.commerce-tracking-lookup button,
.commerce-review-form button,
.commerce-category-add button,
.commerce-category-list button,
.commerce-gallery-upload button,
.commerce-status-form button,
.commerce-delivery-form button,
.commerce-inline-action button,
.commerce-secondary-actions button,
.commerce-section-title button {
  background: var(--commerce-primary);
  border: 0;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  font-weight: 700;
  min-height: 42px;
  padding: 10px 14px;
}

.commerce-primary-button {
  font-size: 15px;
  margin-top: 16px;
}

.commerce-empty {
  background: var(--commerce-soft);
  border: 1px solid var(--commerce-line);
  padding: 38px 20px;
  text-align: center;
}

.commerce-empty.compact {
  padding: 18px;
}

.commerce-empty h2,
.commerce-empty h3 {
  margin: 0 0 8px;
}

.commerce-empty p {
  color: var(--commerce-muted);
  line-height: 1.5;
  margin: 0 0 16px;
}

.commerce-empty a {
  background: var(--commerce-primary);
  color: #fff !important;
  display: inline-block;
  font-weight: 700;
  padding: 10px 14px;
}

.commerce-cart-layout {
  align-items: start;
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(0, 1fr) 310px;
}

.commerce-cart-main {
  display: grid;
  gap: 16px;
}

.commerce-cart-items,
.commerce-checkout-form,
.commerce-order-summary,
.commerce-policy-strip,
.commerce-bank-info,
.commerce-tracking-section,
.commerce-tracking-summary,
.commerce-tracking-lookup {
  background: #fff;
  border: 1px solid var(--commerce-line);
  padding: 18px;
}

.commerce-cart-item {
  align-items: center;
  border-bottom: 1px solid var(--commerce-line);
  display: grid;
  gap: 14px;
  grid-template-columns: 110px minmax(0, 1fr) 74px auto;
  padding: 14px 0;
}

.commerce-cart-item:last-child {
  border-bottom: 0;
}

.commerce-cart-item > img {
  aspect-ratio: 1 / 1;
  background: var(--commerce-soft);
  object-fit: cover;
  width: 110px;
}

.commerce-image-placeholder {
  align-items: center;
  aspect-ratio: 4 / 3;
  background:
    linear-gradient(135deg, transparent 0 46%, color-mix(in srgb, var(--commerce-primary) 12%, transparent) 46% 54%, transparent 54%),
    var(--commerce-soft);
  color: var(--commerce-muted);
  display: flex;
  font-size: 12px;
  font-weight: 700;
  justify-content: center;
  min-width: 0;
  padding: 16px;
  text-align: center;
  width: 100%;
}

.commerce-cart-placeholder {
  aspect-ratio: 1 / 1;
  width: 110px;
}

.commerce-image-placeholder-detail {
  aspect-ratio: 4 / 3;
  font-size: 14px;
}

.commerce-cart-item-info > span {
  color: var(--commerce-primary);
  font-size: 11px;
  font-weight: 700;
}

.commerce-cart-item-info h3 {
  font-size: 17px;
  margin: 5px 0;
}

.commerce-cart-item-info p {
  color: var(--commerce-muted);
  line-height: 1.45;
  margin: 0 0 6px;
}

.commerce-cart-item label {
  display: grid;
  font-size: 11px;
  font-weight: 700;
  gap: 5px;
}

.commerce-cart-item label input {
  border: 1px solid #b8c0c8;
  min-height: 38px;
  padding: 6px;
  width: 64px;
}

.commerce-remove,
.commerce-clear {
  background: transparent;
  border: 0;
  color: var(--commerce-danger) !important;
  cursor: pointer;
  font: inherit;
  font-weight: 700;
  padding: 0;
}

.commerce-clear-form {
  margin-top: 8px;
}

.backup-confirm-form {
  display: grid;
  gap: 14px;
  margin-top: 16px;
}

.backup-confirm-form > label:not(.commerce-toggle) {
  display: grid;
  font-weight: 700;
  gap: 6px;
}

.backup-confirm-form textarea {
  border: 1px solid var(--commerce-line);
  min-height: 90px;
  padding: 10px;
  resize: vertical;
  width: 100%;
}

.backup-confirm-form .commerce-primary-button {
  justify-self: start;
}

.commerce-order-summary {
  position: sticky;
  top: 12px;
}

.commerce-order-summary h2,
.commerce-tracking-summary h2 {
  border-bottom: 1px solid var(--commerce-line);
  font-size: 19px;
  margin: 0 0 12px;
  padding-bottom: 10px;
}

.commerce-order-summary > div,
.commerce-tracking-summary > div {
  display: flex;
  gap: 10px;
  justify-content: space-between;
  padding: 8px 0;
}

.commerce-order-summary .total,
.commerce-tracking-summary .total {
  border-top: 2px solid var(--commerce-ink);
  font-size: 16px;
  margin-top: 8px;
  padding-top: 14px;
}

.commerce-order-summary p {
  color: var(--commerce-muted);
  line-height: 1.5;
}

.commerce-order-summary > a {
  border-top: 1px solid var(--commerce-line);
  display: block;
  margin-top: 10px;
  padding-top: 10px;
}

.commerce-payment-options {
  border: 1px solid var(--commerce-line);
  display: grid;
  gap: 10px;
  margin: 18px 0;
  padding: 14px;
}

.commerce-payment-options legend {
  font-size: 15px;
  font-weight: 700;
  padding: 0 6px;
}

.commerce-payment-options label {
  align-items: start;
  background: var(--commerce-soft);
  border: 1px solid transparent;
  display: flex;
  gap: 10px;
  padding: 12px;
}

.commerce-payment-options label:has(input:checked) {
  border-color: var(--commerce-primary);
}

.commerce-payment-options strong,
.commerce-payment-options small {
  display: block;
}

.commerce-payment-options small {
  color: var(--commerce-muted);
  margin-top: 4px;
}

.commerce-consent {
  align-items: start;
  display: flex;
  gap: 8px;
  line-height: 1.4;
}

.commerce-policy-strip {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 18px;
}

.commerce-policy-strip strong,
.commerce-policy-strip span {
  display: block;
}

.commerce-policy-strip span {
  color: var(--commerce-muted);
  line-height: 1.5;
  margin-top: 5px;
}

.commerce-bank-info p {
  line-height: 1.7;
  white-space: pre-line;
}

.commerce-tracking-lookup {
  display: grid;
  gap: 12px;
  margin: 0 auto;
  max-width: 520px;
}

.commerce-tracking-lookup h2,
.commerce-tracking-lookup p {
  margin: 0;
}

.commerce-tracking-lookup p {
  color: var(--commerce-muted);
  line-height: 1.5;
}

.commerce-order-heading {
  align-items: center;
  background: #fff;
  border: 1px solid var(--commerce-line);
  display: flex;
  gap: 18px;
  justify-content: space-between;
  padding: 16px;
}

.commerce-order-heading span,
.commerce-order-heading h2 {
  display: block;
  margin: 0;
}

.commerce-order-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
}

.commerce-order-badges span {
  background: #edf2f6;
  border: 1px solid #ccd5de;
  color: var(--commerce-ink);
  font-size: 12px;
  font-weight: 700;
  padding: 7px 9px;
}

.commerce-order-badges a {
  background: var(--commerce-ink);
  border: 1px solid var(--commerce-ink);
  color: #fff !important;
  font-size: 12px;
  font-weight: 700;
  padding: 7px 9px;
}

.commerce-order-badges .payment {
  background: #eaf5ed;
  border-color: #acd1b8;
  color: var(--commerce-success);
}

.commerce-order-badges .stock {
  background: #fff4df;
  border-color: #e7c47d;
  color: #7a4b08;
}

.commerce-order-progress {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  list-style: none;
  margin: 16px 0;
  padding: 0;
}

.commerce-order-progress li {
  align-items: center;
  background: #e9edf1;
  color: #66717c;
  display: flex;
  gap: 8px;
  min-height: 54px;
  padding: 10px;
}

.commerce-order-progress li.done {
  background: var(--commerce-primary);
  color: #fff;
}

.commerce-order-progress li span {
  align-items: center;
  border: 1px solid currentColor;
  border-radius: 50%;
  display: inline-flex;
  height: 28px;
  justify-content: center;
  width: 28px;
}

.commerce-tracking-layout {
  align-items: start;
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(0, 1fr) 310px;
}

.commerce-tracking-main {
  display: grid;
  gap: 16px;
}

.commerce-tracking-section h2 {
  border-bottom: 1px solid var(--commerce-line);
  font-size: 19px;
  margin: 0 0 12px;
  padding-bottom: 10px;
}

.commerce-tracking-item,
.commerce-downloads article,
.commerce-order-detail-items article {
  align-items: center;
  border-bottom: 1px solid var(--commerce-line);
  display: grid;
  gap: 12px;
  grid-template-columns: minmax(0, 1fr) auto auto;
  padding: 12px 0;
}

.commerce-tracking-item:last-child,
.commerce-downloads article:last-child,
.commerce-order-detail-items article:last-child {
  border-bottom: 0;
}

.commerce-tracking-item div span,
.commerce-tracking-item div strong,
.commerce-downloads article div span,
.commerce-downloads article div strong,
.commerce-order-detail-items article div span,
.commerce-order-detail-items article div strong {
  display: block;
}

.commerce-tracking-item div span,
.commerce-downloads article div span,
.commerce-order-detail-items article div span {
  color: var(--commerce-muted);
  font-size: 11px;
  margin-bottom: 4px;
}

.commerce-downloads > p {
  color: var(--commerce-muted);
}

.commerce-downloads article a {
  background: var(--commerce-primary);
  color: #fff !important;
  font-weight: 700;
  padding: 9px 11px;
}

.commerce-store-layout {
  align-items: start;
  display: grid;
  gap: 18px;
  grid-template-columns: 190px minmax(0, 1fr);
}

.commerce-store-layout > * {
  min-width: 0;
}

.commerce-store-categories {
  background: transparent;
  border: 0;
  display: grid;
  position: sticky;
  top: 12px;
}

.commerce-store-categories > strong {
  background: var(--commerce-ink);
  border: 1px solid var(--commerce-line);
  border-bottom: 0;
  color: #fff;
  padding: 13px;
}

.commerce-store-category-links {
  background: #fff;
  border: 1px solid var(--commerce-line);
  border-top: 0;
  display: grid;
}

.commerce-store-category-links a {
  border-bottom: 1px solid var(--commerce-line);
  color: var(--commerce-ink);
  display: block;
  padding: 11px 12px;
  text-decoration: none;
}

.commerce-store-category-links a.active {
  background: var(--commerce-primary);
  color: #fff;
  font-weight: 700;
}

.commerce-store-category-group {
  border-bottom: 1px solid var(--commerce-line);
  display: grid;
}

.commerce-store-category-toggle {
  align-items: center;
  background: #fff;
  border: 0;
  color: var(--commerce-ink);
  cursor: pointer;
  display: flex;
  font: inherit;
  font-weight: 700;
  justify-content: space-between;
  padding: 11px 12px;
  text-align: left;
  width: 100%;
}

.commerce-store-category-toggle i {
  border-bottom: 2px solid currentColor;
  border-right: 2px solid currentColor;
  height: 7px;
  margin-left: 10px;
  transform: rotate(45deg) translateY(-2px);
  width: 7px;
}

.commerce-store-category-group.is-open .commerce-store-category-toggle i {
  transform: rotate(225deg) translate(-1px, -1px);
}

.commerce-store-subcategories {
  background: #f5f8f6;
  display: none;
}

.commerce-store-category-group.is-open .commerce-store-subcategories { display: grid; }
.commerce-store-subcategories a { padding-left: 25px; }
.commerce-store-subcategories a:last-child { border-bottom: 0; }

.commerce-catalog-filters {
  background: #fff;
  border: 1px solid var(--commerce-line);
  margin-top: 18px;
}

.commerce-catalog-filters summary {
  align-items: center;
  cursor: pointer;
  display: grid;
  gap: 3px 8px;
  grid-template-columns: minmax(0, 1fr) auto;
  list-style: none;
  padding: 12px;
}

.commerce-catalog-filters summary::-webkit-details-marker {
  display: none;
}

.commerce-catalog-filters summary span {
  color: var(--commerce-ink);
  font-size: 14px;
  font-weight: 800;
  grid-column: 1;
  grid-row: 1;
}

.commerce-catalog-filters summary small {
  color: var(--commerce-muted);
  font-size: 11px;
  grid-column: 1;
  grid-row: 2;
  line-height: 1.25;
}

.commerce-catalog-filters summary::after {
  color: var(--commerce-primary);
  content: "+";
  font-size: 20px;
  font-weight: 700;
  grid-column: 2;
  grid-row: 1 / 3;
  line-height: 1;
}

.commerce-catalog-filters[open] summary::after {
  content: "-";
}

.commerce-catalog-filters form {
  display: grid;
  gap: 11px;
  padding: 0 12px 12px;
}

.commerce-catalog-filters label,
.commerce-filter-price-range label {
  color: var(--commerce-ink);
  display: grid;
  font-size: 12px;
  font-weight: 700;
  gap: 5px;
}

.commerce-catalog-filters input,
.commerce-catalog-filters select {
  border: 1px solid var(--commerce-line);
  min-height: 40px;
  padding: 8px 9px;
  width: 100%;
}

.commerce-filter-price-range {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.commerce-catalog-filters button,
.commerce-catalog-sort button {
  align-items: center;
  background: var(--commerce-primary);
  border: 0;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-weight: 700;
  justify-content: center;
  min-height: 40px;
  padding: 9px 12px;
}

.commerce-catalog-bar {
  align-items: end;
  border-bottom: 1px solid var(--commerce-line);
  display: flex;
  gap: 16px;
  justify-content: space-between;
  margin: 0 0 16px;
  padding: 0 0 12px;
}

.commerce-catalog-bar-copy {
  display: grid;
  gap: 4px;
}

.commerce-catalog-bar-copy strong {
  color: var(--commerce-ink);
  font-size: 16px;
}

.commerce-catalog-bar-copy small {
  color: var(--commerce-muted);
  font-size: 12px;
}

.commerce-catalog-sort {
  align-items: end;
  display: flex;
  gap: 8px;
}

.commerce-catalog-sort label {
  color: var(--commerce-ink);
  display: grid;
  font-size: 12px;
  font-weight: 700;
  gap: 5px;
}

.commerce-catalog-sort select {
  border: 1px solid var(--commerce-line);
  min-height: 40px;
  min-width: 170px;
  padding: 8px 9px;
}

.commerce-catalog-sort > a {
  align-items: center;
  background: var(--commerce-ink);
  color: #fff !important;
  display: inline-flex;
  font-size: 12px;
  font-weight: 700;
  justify-content: center;
  min-height: 40px;
  padding: 9px 11px;
}

.commerce-catalog-tools {
  align-items: end;
  background: #fff;
  border: 1px solid var(--commerce-line);
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  margin-bottom: 14px;
  padding: 12px;
}

.commerce-catalog-tools .commerce-search-field {
  grid-column: span 2;
}

.commerce-catalog-tools button,
.commerce-catalog-tools > a {
  align-self: end;
}

.commerce-catalog-tools label {
  display: grid;
  font-size: 12px;
  font-weight: 700;
  gap: 5px;
}

.commerce-catalog-tools input,
.commerce-catalog-tools select {
  border: 1px solid var(--commerce-line);
  min-height: 42px;
  padding: 8px 10px;
  width: 100%;
}

.commerce-catalog-tools button,
.commerce-catalog-tools > a {
  align-items: center;
  background: var(--commerce-primary);
  border: 0;
  color: #fff !important;
  cursor: pointer;
  display: flex;
  font-weight: 700;
  justify-content: center;
  min-height: 42px;
  padding: 9px 13px;
}

.commerce-catalog-tools > a {
  background: var(--commerce-ink);
}

.commerce-catalog-result {
  align-items: center;
  color: var(--commerce-muted);
  display: flex;
  justify-content: space-between;
  margin: 0 0 10px;
}

.commerce-product-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.commerce-pagination {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  justify-content: center;
  margin-top: 18px;
}

.commerce-pagination a {
  align-items: center;
  background: #fff;
  border: 1px solid var(--commerce-line);
  color: var(--commerce-ink);
  display: inline-flex;
  font-weight: 700;
  justify-content: center;
  min-height: 38px;
  min-width: 38px;
  padding: 7px 10px;
}

.commerce-pagination a.active {
  background: var(--commerce-primary);
  border-color: var(--commerce-primary);
  color: #fff;
}

.commerce-product-card {
  background: #fff;
  border: 1px solid var(--commerce-line);
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.commerce-product-card-image {
  background: var(--commerce-soft);
  display: block;
  overflow: hidden;
  position: relative;
}

.commerce-product-card-image-wrap {
  background: var(--commerce-soft);
  position: relative;
}

.commerce-favorite-form,
.commerce-favorite-login {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 3;
}

.commerce-favorite-button {
  align-items: center;
  background: rgba(255, 255, 255, .94);
  border: 1px solid rgba(27, 46, 35, .16);
  border-radius: 999px;
  color: var(--commerce-primary);
  cursor: pointer;
  display: flex;
  font-size: 25px;
  height: 40px;
  justify-content: center;
  line-height: 1;
  opacity: 0;
  padding: 0;
  text-decoration: none;
  transform: translateY(-5px);
  transition: opacity 160ms ease, transform 160ms ease, background 160ms ease, color 160ms ease;
  width: 40px;
}

.commerce-favorite-button > span {
  background: currentColor;
  display: block;
  font-size: 0;
  height: 17px;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round' d='M20.84 4.61a5.5 5.5 0 0 0-7.78 0L12 5.67l-1.06-1.06a5.5 5.5 0 0 0-7.78 7.78l1.06 1.06L12 21.23l7.78-7.78a5.5 5.5 0 0 0 0-7.78Z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round' d='M20.84 4.61a5.5 5.5 0 0 0-7.78 0L12 5.67l-1.06-1.06a5.5 5.5 0 0 0-7.78 7.78l1.06 1.06L12 21.23l7.78-7.78a5.5 5.5 0 0 0 0-7.78Z'/%3E%3C/svg%3E") center / contain no-repeat;
  width: 18px;
}

.commerce-product-card-image-wrap:hover .commerce-favorite-button,
.commerce-favorite-button:focus-visible {
  opacity: 1;
  transform: translateY(0);
}

.commerce-main-media-stage .commerce-favorite-button {
  opacity: 1;
  transform: none;
}

.commerce-main-media-nav {
  align-items: center;
  background: rgba(255, 255, 255, .94);
  border: 1px solid rgba(27, 46, 35, .16);
  border-radius: 999px;
  box-shadow: 0 3px 10px rgba(18, 32, 23, .15);
  color: var(--commerce-primary);
  cursor: pointer;
  display: flex;
  font-size: 30px;
  height: 42px;
  justify-content: center;
  line-height: 1;
  padding: 0 0 3px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 42px;
  z-index: 4;
}

.commerce-main-media-nav.is-prev {
  left: 12px;
}

.commerce-main-media-nav.is-next {
  right: 12px;
}

.commerce-main-media-nav:hover,
.commerce-main-media-nav:focus-visible {
  background: var(--commerce-primary);
  color: #fff;
}

.commerce-main-media-nav:focus-visible {
  outline: 3px solid rgba(49, 95, 69, .28);
  outline-offset: 3px;
}

.commerce-main-media-nav[hidden] {
  display: none !important;
}

.commerce-favorite-button:hover {
  background: #fff5f6;
  border-color: rgba(199, 24, 56, .32);
  color: #c71838;
}

.commerce-favorite-button.is-favorite {
  background: #fff;
  border-color: rgba(215, 25, 63, .4);
  color: #d7193f;
}

.commerce-favorite-button.is-favorite > span {
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 21.35 10.55 20.03C5.4 15.36 2 12.28 2 8.5 2 5.42 4.42 3 7.5 3c1.74 0 3.41.81 4.5 2.09C13.09 3.81 14.76 3 16.5 3 19.58 3 22 5.42 22 8.5c0 3.78-3.4 6.86-8.55 11.54L12 21.35Z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 21.35 10.55 20.03C5.4 15.36 2 12.28 2 8.5 2 5.42 4.42 3 7.5 3c1.74 0 3.41.81 4.5 2.09C13.09 3.81 14.76 3 16.5 3 19.58 3 22 5.42 22 8.5c0 3.78-3.4 6.86-8.55 11.54L12 21.35Z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.commerce-favorite-button:focus-visible {
  outline: 3px solid rgba(49, 95, 69, .28);
  outline-offset: 3px;
}

@media (hover: none) {
  .commerce-favorite-button {
    opacity: 1;
    transform: none;
  }
}

.commerce-product-card-image img {
  aspect-ratio: 4 / 3;
  display: block;
  object-fit: cover;
  transition: transform 180ms ease;
  width: 100%;
}

.commerce-product-card:hover .commerce-product-card-image img {
  transform: scale(1.025);
}

.commerce-product-card-image > .commerce-product-status {
  background: var(--commerce-ink);
  bottom: 8px;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  left: 8px;
  padding: 6px 8px;
  position: absolute;
}

.commerce-product-card > div:not(.commerce-product-card-image-wrap) {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 14px;
}

.commerce-product-card small {
  color: var(--commerce-primary);
  font-weight: 700;
}

.commerce-card-meta {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 5px 10px;
  justify-content: space-between;
}

.commerce-product-card h2 {
  font-size: 18px;
  line-height: 1.25;
  margin: 7px 0;
}

.commerce-product-card h2 a {
  color: var(--commerce-ink);
}

.commerce-product-card p {
  color: var(--commerce-muted);
  line-height: 1.5;
  margin: 0 0 10px;
}

.commerce-card-description {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  max-height: 3em;
  overflow: hidden;
}

.commerce-card-description.is-collapsed {
  display: -webkit-box;
  max-height: 3em;
}

.commerce-card-description:not(.is-collapsed) {
  display: block;
  max-height: none;
}

.commerce-card-description-toggle {
  background: transparent;
  border: 0;
  color: var(--commerce-primary);
  cursor: pointer;
  font-size: 12px;
  font-weight: 700;
  margin: -3px 0 10px;
  padding: 0;
  text-align: center;
  width: 100%;
}

.commerce-card-rating {
  align-items: center;
  color: #7b4b13;
  display: inline-flex;
  font-size: 12px;
  font-weight: 700;
  gap: 4px;
  margin-left: auto;
  text-align: right;
  white-space: nowrap;
}

.commerce-rating-stars {
  display: inline-block;
  font-size: 13px;
  letter-spacing: 1px;
  line-height: 1;
  position: relative;
  white-space: nowrap;
}

.commerce-rating-stars-base {
  color: #a99e8a !important;
}

.commerce-rating-stars-fill {
  color: #e49a05 !important;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  white-space: nowrap;
  width: var(--commerce-rating-fill, 0%);
}

.commerce-review-rating-summary {
  align-items: center;
  display: inline-flex;
  gap: 7px;
  white-space: nowrap;
}

.commerce-card-footer {
  align-items: center;
  border-top: 1px solid var(--commerce-line);
  display: flex;
  gap: 10px;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 12px;
}

.commerce-card-footer a {
  background: var(--commerce-primary);
  color: #fff !important;
  font-weight: 700;
  padding: 8px 10px;
}

.commerce-card-footer strong small {
  color: var(--commerce-muted);
  display: block;
  font-size: 10px;
  margin-top: 2px;
}

.commerce-breadcrumb {
  color: var(--commerce-muted);
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-bottom: 12px;
}

.commerce-breadcrumb a {
  color: var(--commerce-primary);
}

.commerce-product-detail {
  background: #fff;
  border: 0;
  display: grid;
  gap: clamp(24px, 3vw, 40px);
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr);
  padding: 8px 0 22px;
}

.commerce-store-layout.is-product-detail {
  grid-template-columns: minmax(0, 1fr);
}

.commerce-store-layout.is-product-detail > .commerce-store-categories {
  display: none;
}

.commerce-thumbnail-rail {
  display: contents;
}

.commerce-thumbnail-scroll {
  display: none;
}

.commerce-thumbnail-scroll[hidden] {
  display: none !important;
}

@media (min-width: 901px) {
  .commerce-product-media {
    align-items: start;
    display: grid;
    gap: 10px;
    grid-template-columns: 58px minmax(0, 1fr);
  }

  .commerce-main-media-stage,
  .commerce-image-placeholder-detail {
    grid-column: 2;
    grid-row: 1;
    min-width: 0;
  }

  .commerce-thumbnail-rail {
    display: grid;
    gap: 4px;
    grid-column: 1;
    grid-row: 1;
    grid-template-rows: 26px minmax(0, 1fr) 26px;
    max-height: min(420px, 45vw);
    min-height: 0;
  }

  .commerce-product-media .commerce-thumbnails {
    align-content: start;
    flex-direction: column;
    flex-wrap: nowrap;
    margin-top: 0;
    min-height: 0;
    overflow-x: hidden;
    overflow-y: auto;
    -ms-overflow-style: none;
    overscroll-behavior: contain;
    padding-right: 0;
    scrollbar-width: none;
  }

  .commerce-product-media .commerce-thumbnails::-webkit-scrollbar {
    display: none;
    height: 0;
    width: 0;
  }

  .commerce-product-media .commerce-thumbnails button {
    flex: 0 0 54px;
    height: 54px;
    width: 54px;
  }

  .commerce-thumbnail-scroll {
    align-items: center;
    background: #fff;
    border: 1px solid var(--commerce-line);
    border-radius: 5px;
    color: var(--commerce-primary);
    cursor: pointer;
    display: flex;
    font-size: 10px;
    height: 26px;
    justify-content: center;
    padding: 0;
    width: 54px;
  }

  .commerce-thumbnail-scroll:hover:not(:disabled) {
    background: var(--commerce-soft);
  }

  .commerce-thumbnail-scroll:disabled {
    cursor: default;
    opacity: .35;
  }
}

.commerce-main-image {
  background: var(--commerce-soft);
  border: 0;
  cursor: zoom-in;
  display: block;
  padding: 0;
  width: 100%;
}

.commerce-main-image-zoom {
  position: relative;
}

.commerce-main-image img {
  aspect-ratio: 4 / 3;
  display: block;
  object-fit: contain;
  width: 100%;
}

.commerce-image-zoom-lens,
.commerce-image-zoom-pane {
  display: none;
}

@media (hover: hover) and (min-width: 1100px) {
  .commerce-main-image:hover {
    cursor: crosshair;
  }

  .commerce-image-zoom-lens {
    background: rgba(255, 255, 255, .22);
    border: 1px solid rgba(24, 42, 32, .72);
    box-shadow: 0 0 0 1px rgba(255, 255, 255, .56);
    pointer-events: none;
    position: absolute;
    z-index: 3;
  }

  .commerce-image-zoom-pane {
    background: #fff;
    border: 1px solid #c6d0c7;
    box-shadow: 0 14px 30px rgba(22, 37, 28, .2);
    height: min(390px, 32vw);
    left: calc(100% + 24px);
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: min(440px, 34vw);
    z-index: 12;
  }

  .commerce-image-zoom-pane img {
    display: block;
    max-width: none;
    position: absolute;
  }
}

.commerce-thumbnails {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 8px;
}

.commerce-thumbnails button {
  background: #fff;
  border: 2px solid transparent;
  cursor: pointer;
  flex: 0 0 58px;
  height: 58px;
  overflow: hidden;
  padding: 2px;
  width: 58px;
}

.commerce-thumbnails button.active {
  border-color: var(--commerce-primary);
}

.commerce-thumbnails img {
  aspect-ratio: 1 / 1;
  display: block;
  object-fit: cover;
  width: 100%;
}

.commerce-product-type {
  color: var(--commerce-primary);
  font-size: 12px;
  font-weight: 700;
}

.commerce-product-info h1 {
  font-size: clamp(22px, 2vw, 28px);
  line-height: 1.24;
  margin: 7px 0 10px;
}

.commerce-product-info {
  align-self: start;
  padding-top: 2px;
}

.commerce-rating {
  align-items: center;
  color: #7b4b13 !important;
  display: flex;
  gap: 9px;
  margin-top: 10px;
}

.commerce-product-lead {
  color: var(--commerce-muted);
  font-size: 14px;
  line-height: 1.55;
  margin: 10px 0 0;
}

.commerce-product-lead.is-collapsed {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  overflow: hidden;
}

.commerce-product-lead-toggle {
  background: transparent;
  border: 0;
  color: var(--commerce-primary);
  cursor: pointer;
  font: inherit;
  font-size: 12px;
  font-weight: 800;
  margin: 5px 0 0;
  padding: 0;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.commerce-product-lead-toggle:hover {
  color: #c71838;
}

.commerce-product-lead-toggle:focus-visible {
  outline: 2px solid rgba(49, 95, 69, .3);
  outline-offset: 3px;
}

.commerce-product-price {
  align-items: baseline;
  border: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 0;
  padding: 0;
}

.commerce-product-price strong {
  font-size: clamp(24px, 2.4vw, 34px);
  letter-spacing: -.02em;
  line-height: 1.1;
}

.commerce-product-price span {
  color: var(--commerce-muted);
  font-size: 12px;
}

.commerce-product-facts {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(auto-fit, minmax(108px, 1fr));
  margin-top: 14px;
}

.commerce-product-facts span {
  background: var(--commerce-soft);
  border: 1px solid var(--commerce-line);
  border-radius: 5px;
  font-size: 11px;
  line-height: 1.35;
  min-height: 52px;
  padding: 7px 8px;
}

.commerce-product-facts strong {
  display: block;
  font-size: 11px;
  margin-bottom: 2px;
}

.commerce-product-actions {
  align-items: end;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
  margin-top: 18px;
}

.commerce-product-actions a,
.commerce-product-actions .disabled,
.commerce-add-form button {
  border: 1px solid var(--commerce-primary);
  color: var(--commerce-primary) !important;
  display: inline-block;
  font-weight: 700;
  padding: 11px 14px;
}

.commerce-product-actions a.primary,
.commerce-add-form button.primary {
  background: var(--commerce-primary);
  cursor: pointer;
  color: #fff !important;
}

.commerce-add-form .commerce-configurator-submit .commerce-cart-submit {
  background: #f97316 !important;
  border-color: #f97316 !important;
  border-radius: 999px;
  color: #fff !important;
}

.commerce-configurator-submit .commerce-buy-now {
  background: #fff;
  border: 1px solid #f97316;
  border-radius: 999px;
  color: #ea580c !important;
  cursor: pointer;
}

.commerce-configurator-submit .commerce-buy-now:hover,
.commerce-configurator-submit .commerce-cart-submit:hover {
  filter: brightness(.96);
}

.commerce-free-shipping-badge {
  background: #248b4b;
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  left: 10px;
  padding: 6px 9px;
  position: absolute;
  top: 10px;
  z-index: 2;
}

.commerce-add-form {
  align-items: end;
  display: flex;
  gap: 8px;
}

.commerce-add-form label {
  display: grid;
  font-size: 12px;
  font-weight: 700;
  gap: 4px;
}

.commerce-add-form input {
  border: 1px solid var(--commerce-line);
  min-height: 40px;
  padding: 7px;
  width: 70px;
}

.commerce-product-actions .disabled {
  border-color: #aeb6be;
  color: #6c7680 !important;
}

.commerce-configurator {
  align-items: stretch;
  border-top: 1px solid var(--commerce-line);
  display: grid;
  gap: 14px;
  margin-top: 18px;
  padding-top: 18px;
}

.commerce-configurator-fields {
  border: 0;
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
}

.commerce-configurator-fields > legend {
  color: var(--commerce-ink);
  font-size: 16px;
  font-weight: 800;
  margin-bottom: 4px;
}

.commerce-config-option {
  display: grid;
  gap: 7px;
}

.commerce-config-option > div:first-child strong,
.commerce-config-option > div:first-child small {
  display: block;
}

.commerce-config-option > div:first-child small {
  color: var(--commerce-muted);
  font-size: 12px;
  line-height: 1.45;
  margin-top: 3px;
}

.commerce-config-option > input,
.commerce-config-option > select {
  background: #fff;
  border: 1px solid #aeb8c2;
  color: var(--commerce-ink);
  min-height: 44px;
  padding: 9px 10px;
  width: 100%;
}

.commerce-config-check {
  align-items: center !important;
  background: var(--commerce-soft);
  border: 1px solid var(--commerce-line);
  display: flex !important;
  gap: 10px !important;
  padding: 11px;
}

.commerce-config-check input,
.commerce-visual-options input {
  min-height: 0;
  width: auto;
}

.commerce-visual-options {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.commerce-visual-options label {
  display: grid;
  gap: 5px;
}

.commerce-visual-options label > span {
  border: 2px solid var(--commerce-line);
  display: grid;
  gap: 4px;
  min-height: 100%;
  padding: 8px;
}

.commerce-visual-options input:checked + span {
  border-color: var(--commerce-primary);
}

.commerce-visual-options img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
  width: 100%;
}

.commerce-visual-options small {
  color: var(--commerce-muted);
}

.commerce-configurator-total {
  align-items: end;
  display: flex;
  gap: 10px;
  justify-content: space-between;
}

.commerce-configurator-submit {
  align-items: stretch;
  display: grid;
  gap: 10px;
  grid-template-columns: 112px repeat(2, minmax(0, 1fr));
}

.commerce-configurator-total {
  background: var(--commerce-soft);
  border-left: 4px solid var(--commerce-accent);
  padding: 11px 12px;
}

.commerce-configurator:not(:has(.commerce-configurator-fields)) .commerce-configurator-total {
  display: none;
}

.commerce-configurator-total span,
.commerce-configurator-total strong {
  display: block;
}

.commerce-configurator-total strong {
  font-size: 20px;
}

.commerce-configurator-submit > label {
  align-items: center;
  background: var(--commerce-soft);
  border: 1px solid var(--commerce-line);
  border-radius: 999px;
  display: flex;
  gap: 6px;
  justify-content: space-between;
  min-width: 0;
  padding: 4px 8px;
  width: 100%;
}

.commerce-configurator-submit > label input {
  background: #fff;
  min-height: 36px;
  padding: 5px 6px;
  width: 50px;
}

.commerce-purchase-buttons {
  display: contents;
}

.commerce-purchase-buttons button {
  min-height: 46px;
  min-width: 0;
  width: 100%;
}

.commerce-product-actions:empty {
  display: none;
}

.commerce-product-note:empty {
  display: none;
}

.commerce-option-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.commerce-option-actions a,
.commerce-option-actions button {
  background: var(--commerce-primary);
  border: 0;
  color: #fff !important;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  padding: 10px 12px;
}

.commerce-option-actions button.danger {
  background: var(--commerce-danger);
}

.commerce-option-admin-list {
  display: grid;
  gap: 8px;
  margin-top: 18px;
}

.commerce-option-admin-list article {
  align-items: center;
  border: 1px solid var(--commerce-line);
  display: grid;
  gap: 12px;
  grid-template-columns: minmax(0, 1fr) auto auto;
  padding: 12px;
}

.commerce-option-admin-list h3,
.commerce-option-admin-list p {
  margin: 3px 0 0;
}

.commerce-option-admin-list p,
.commerce-option-admin-list span {
  color: var(--commerce-muted);
  font-size: 12px;
}

.commerce-option-meta {
  display: grid;
  gap: 3px;
}

.commerce-cart-options,
.commerce-order-options {
  background: var(--commerce-soft);
  border-left: 3px solid var(--commerce-accent);
  color: var(--commerce-ink);
  display: block;
  font-size: 12px;
  line-height: 1.55;
  margin: 7px 0;
  padding: 7px 9px;
}

.commerce-product-note {
  color: var(--commerce-ink);
  font-size: 14px;
  line-height: 1.7;
  white-space: pre-line;
}

.commerce-product-description,
.commerce-product-reviews {
  background: #fff;
  border: 1px solid var(--commerce-line);
  line-height: 1.7;
  margin-top: 16px;
  padding: 20px;
}

.commerce-product-tabs {
  display: flex;
  flex-direction: column;
  margin-top: 18px;
}

.commerce-product-tab-list {
  border-bottom: 1px solid var(--commerce-line);
  display: flex;
  order: 1;
}

.commerce-product-tab-list button {
  background: transparent;
  border: 0;
  border-bottom: 3px solid transparent;
  color: var(--commerce-muted);
  cursor: pointer;
  flex: 1;
  font-size: 15px;
  font-weight: 800;
  margin-bottom: -1px;
  max-width: 240px;
  padding: 13px 20px 12px;
}

.commerce-product-tab-list button[aria-selected="true"] {
  border-bottom-color: var(--commerce-primary);
  color: var(--commerce-primary);
}

.commerce-product-tab-list button:hover {
  background: var(--commerce-soft);
  color: var(--commerce-primary);
}

.commerce-product-tab-list button:focus-visible {
  outline: 3px solid rgba(49, 95, 69, .24);
  outline-offset: -3px;
}

.commerce-product-tab-list button span {
  color: var(--commerce-muted);
  font-size: 12px;
}

.commerce-product-tab-panel {
  background: #fff;
  border: 1px solid var(--commerce-line);
  border-top: 0;
  order: 2;
  padding: 20px;
}

.commerce-product-tab-panel[hidden] {
  display: none !important;
}

.commerce-product-tabs > .commerce-related-products {
  order: 3;
}

.commerce-product-tabs .commerce-product-description,
.commerce-product-tabs .commerce-product-note,
.commerce-product-tabs .commerce-product-reviews {
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0;
}

.commerce-product-description > h2 {
  border-bottom: 1px solid var(--commerce-line);
  font-size: 22px;
  margin: 0 0 16px;
  padding-bottom: 10px;
}

.commerce-product-description img {
  height: auto !important;
  max-width: 100% !important;
}

.commerce-related-products {
  background: #fff;
  border: 1px solid var(--commerce-line);
  margin-top: 16px;
  padding: 18px;
}

.commerce-related-products > header {
  align-items: center;
  display: flex;
  gap: 18px;
  justify-content: space-between;
  margin-bottom: 14px;
}

.commerce-related-products > header span {
  color: var(--commerce-primary);
  display: block;
  font-size: 11px;
  font-weight: 800;
  margin-bottom: 4px;
}

.commerce-related-products > header h2 {
  font-size: 21px;
  margin: 0;
}

.commerce-related-controls {
  display: flex;
  gap: 6px;
}

.commerce-related-controls[hidden] {
  display: none;
}

.commerce-related-controls button {
  align-items: center;
  background: #fff;
  border: 1px solid var(--commerce-line);
  color: var(--commerce-ink);
  cursor: pointer;
  display: inline-flex;
  font-size: 24px;
  height: 36px;
  justify-content: center;
  line-height: 1;
  padding: 0;
  width: 36px;
}

.commerce-related-controls button:hover {
  border-color: var(--commerce-primary);
  color: var(--commerce-primary);
}

.commerce-related-controls button:disabled {
  cursor: default;
  opacity: .35;
}

.commerce-related-track {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  padding: 0 0 10px;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-color: var(--commerce-primary) var(--commerce-soft);
  scrollbar-width: thin;
}

.commerce-related-card {
  flex: 0 0 min(250px, 72vw);
  scroll-snap-align: start;
}

.commerce-related-track.is-static .commerce-related-card {
  flex-basis: min(250px, 100%);
}

.commerce-related-card h3 {
  font-size: 17px;
  line-height: 1.3;
  margin: 7px 0;
}

.commerce-related-card h3 a {
  color: var(--commerce-ink);
}

.commerce-review-layout {
  align-items: start;
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(0, 1fr) 320px;
}

.commerce-review-list {
  display: grid;
  gap: 10px;
}

.commerce-review-list article,
.commerce-review-admin-list article {
  border: 1px solid var(--commerce-line);
  padding: 14px;
}

.commerce-review-list article > div,
.commerce-review-admin-list article > div {
  align-items: center;
  display: flex;
  gap: 10px;
  justify-content: space-between;
}

.commerce-review-list article span,
.commerce-review-admin-list article span {
  color: var(--commerce-success);
  font-size: 11px;
  font-weight: 700;
}

.commerce-review-list h3,
.commerce-review-admin-list h3 {
  font-size: 16px;
  margin: 10px 0 5px;
}

.commerce-review-list p,
.commerce-review-admin-list p {
  color: var(--commerce-muted);
  line-height: 1.55;
  margin: 0;
}

.commerce-review-form {
  background: var(--commerce-soft);
  border: 1px solid var(--commerce-line);
  display: grid;
  gap: 11px;
  padding: 15px;
}

.commerce-review-form h3,
.commerce-review-form p {
  margin: 0;
}

.commerce-review-form p {
  color: var(--commerce-muted);
  line-height: 1.45;
}

body.cms-image-lightbox-open {
  overflow: hidden;
  overscroll-behavior: none;
}

.cms-image-lightbox {
  align-items: stretch;
  background: rgba(8, 13, 17, .96);
  box-sizing: border-box;
  display: none;
  inset: 0;
  justify-content: stretch;
  padding: max(10px, env(safe-area-inset-top)) max(10px, env(safe-area-inset-right)) max(10px, env(safe-area-inset-bottom)) max(10px, env(safe-area-inset-left));
  position: fixed;
  z-index: 2147483000;
}

.cms-image-lightbox.is-open {
  display: grid;
}

.cms-image-lightbox-dialog {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr) 64px;
  grid-template-rows: 54px minmax(0, 1fr) 46px;
  height: 100%;
  margin: 0 auto;
  max-width: 1600px;
  min-height: 0;
  position: relative;
  width: 100%;
}

.cms-image-lightbox-image {
  align-self: center;
  grid-column: 1 / -1;
  grid-row: 2;
  justify-self: center;
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
  touch-action: pan-y;
  user-select: none;
  -webkit-user-drag: none;
}

.cms-image-lightbox-button {
  align-items: center;
  background: rgba(255, 255, 255, .12);
  border: 1px solid rgba(255, 255, 255, .34);
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  display: flex;
  font: 700 14px Arial, Helvetica, sans-serif;
  justify-content: center;
  padding: 0;
  position: relative;
  z-index: 2;
}

.cms-image-lightbox-button:hover,
.cms-image-lightbox-button:focus-visible {
  background: #fff;
  color: #101820;
  outline: 0;
}

.cms-image-lightbox-close {
  align-self: start;
  grid-column: 3;
  grid-row: 1;
  height: 40px;
  justify-self: end;
  min-width: 68px;
  padding: 0 12px;
}

.cms-image-lightbox-prev,
.cms-image-lightbox-next {
  align-self: center;
  font-size: 24px;
  grid-row: 2;
  height: 52px;
  width: 48px;
}

.cms-image-lightbox-prev {
  grid-column: 1;
  justify-self: start;
}

.cms-image-lightbox-next {
  grid-column: 3;
  justify-self: end;
}

.cms-image-lightbox-button:disabled {
  cursor: default;
  opacity: .18;
}

.cms-image-lightbox-caption {
  align-self: center;
  color: rgba(255, 255, 255, .82);
  font: 400 13px/1.4 Arial, Helvetica, sans-serif;
  grid-column: 1 / -1;
  grid-row: 3;
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.commerce-image-dialog {
  background: #101820;
  border: 0;
  max-height: 92vh;
  max-width: 92vw;
  padding: 44px 12px 12px;
}

.commerce-image-dialog::backdrop {
  background: rgba(0, 0, 0, .8);
}

.commerce-image-dialog img {
  display: block;
  max-height: 80vh;
  max-width: 86vw;
  object-fit: contain;
}

.commerce-image-dialog button {
  background: #fff;
  border: 0;
  cursor: pointer;
  padding: 8px 10px;
  position: absolute;
  right: 12px;
  top: 8px;
}

.commerce-home-toggle {
  align-items: center;
  display: flex;
  gap: 16px;
  justify-content: space-between;
}

.commerce-home-toggle h2,
.commerce-home-toggle p {
  margin: 0;
}

.commerce-home-toggle p {
  color: var(--commerce-muted);
  margin-top: 4px;
}

.commerce-home-toggle > a,
.commerce-home-toggle > form button {
  background: var(--commerce-primary);
  color: #fff !important;
  font-weight: 700;
  padding: 9px 12px;
}

.commerce-home-toggle > form {
  margin: 0;
}

.commerce-showcase-mode-form {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.commerce-showcase-mode-form > label {
  align-items: start;
  background: var(--commerce-soft);
  border: 1px solid var(--commerce-line);
  cursor: pointer;
  display: flex;
  gap: 9px;
  min-height: 104px;
  padding: 12px;
}

.commerce-showcase-mode-form > label:has(input:checked) {
  background: #f0f7f3;
  border-color: var(--commerce-primary);
}

.commerce-showcase-mode-form input[type="radio"] {
  accent-color: var(--commerce-primary);
  margin: 3px 0 0;
}

.commerce-showcase-mode-form span,
.commerce-showcase-mode-form strong,
.commerce-showcase-mode-form small {
  display: block;
}

.commerce-showcase-mode-form strong {
  color: var(--commerce-ink);
  font-size: 14px;
  margin-bottom: 5px;
}

.commerce-showcase-mode-form small {
  color: var(--commerce-muted);
  font-size: 12px;
  font-weight: 400;
  line-height: 1.45;
}

.commerce-showcase-mode-form > button {
  grid-column: 1 / -1;
  justify-self: end;
}

.commerce-category-add {
  display: grid;
  gap: 8px;
  grid-template-columns: minmax(180px, 1fr) 90px auto;
  margin-bottom: 12px;
}

.commerce-category-add textarea {
  grid-column: 1 / -1;
  min-height: 58px;
  resize: vertical;
}

.commerce-category-add > label {
  align-items: center;
  color: var(--commerce-muted);
  display: flex;
  font-size: 12px;
  gap: 8px;
}

.commerce-category-add .commerce-category-visible,
.commerce-category-card > .commerce-category-visible {
  align-items: center;
  color: var(--commerce-ink);
  display: flex;
  font-size: 13px;
  font-weight: 700;
  gap: 8px;
}

.commerce-category-add .commerce-category-visible {
  grid-column: 1 / -1;
}

.commerce-category-add .commerce-category-parent,
.commerce-category-card .commerce-category-parent {
  align-items: stretch;
  display: grid;
  gap: 6px;
}

.commerce-category-add .commerce-category-parent { grid-column: 1 / 3; }
.commerce-category-parent select {
  background: #fff;
  border: 1px solid #b8c0c8;
  color: var(--commerce-ink);
  font: inherit;
  min-height: 38px;
  padding: 7px 9px;
}

.commerce-category-visible input {
  accent-color: var(--commerce-primary);
  height: 17px;
  margin: 0;
  width: 17px;
}

.commerce-category-list {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.commerce-category-card {
  background: var(--commerce-soft);
  border: 1px solid var(--commerce-line);
  display: grid;
  gap: 14px;
  padding: 14px;
}

.commerce-category-card textarea {
  background: #fff;
  border: 1px solid #b8c0c8;
  color: var(--commerce-ink);
  font: inherit;
  min-height: 48px;
  padding: 9px 10px;
  resize: vertical;
  width: 100%;
}

.commerce-category-card-head {
  align-items: end;
  display: grid;
  gap: 9px;
  grid-template-columns: auto minmax(0, 1fr) 72px auto;
}

.commerce-category-card-head > a {
  background: var(--commerce-ink);
  color: #fff !important;
  font-size: 12px;
  font-weight: 700;
  padding: 12px 10px;
  white-space: nowrap;
}

.commerce-category-card-head > label,
.commerce-category-card-body > label {
  color: var(--commerce-ink);
  display: grid;
  font-size: 12px;
  font-weight: 700;
  gap: 6px;
}

.commerce-category-card-head > span {
  color: var(--commerce-muted);
  font-size: 12px;
  padding: 12px 0;
  white-space: nowrap;
}

.commerce-category-card-body {
  align-items: start;
  display: grid;
  gap: 14px;
  grid-template-columns: minmax(0, 1fr) 150px;
}

.commerce-category-image-field {
  align-content: start;
  display: grid !important;
  gap: 7px;
}

.commerce-category-image-field img {
  display: block;
  height: 86px;
  object-fit: cover;
  width: 100%;
}

.commerce-category-card-actions {
  align-items: center;
  display: flex;
  gap: 12px;
  justify-content: flex-end;
}

.commerce-category-card.active {
  border-color: var(--commerce-primary);
}

.commerce-category-card.is-child {
  border-left: 4px solid #759681;
  margin-left: 24px;
}

.commerce-category-parent-label {
  color: var(--commerce-muted);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.commerce-category-list .danger,
.commerce-product-admin-list .danger,
.commerce-review-admin-list .danger {
  background: transparent;
  border: 0;
  color: var(--commerce-danger) !important;
  cursor: pointer;
  font-weight: 700;
}

.commerce-category-showcase {
  display: flex;
  gap: 12px;
  margin: 0 0 18px;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  padding: 0 0 10px;
  scroll-snap-type: x proximity;
  scrollbar-color: var(--commerce-primary) var(--commerce-soft);
  scrollbar-width: thin;
}

.commerce-category-showcase > a {
  background: #fff;
  border: 1px solid var(--commerce-line);
  color: var(--commerce-ink);
  display: grid;
  flex: 0 0 min(290px, 76vw);
  grid-template-columns: 92px minmax(0, 1fr);
  min-height: 106px;
  overflow: hidden;
  scroll-snap-align: start;
  text-decoration: none;
}

.commerce-category-showcase > a.active,
.commerce-category-showcase > a:hover {
  border-color: var(--commerce-primary);
}

.commerce-category-showcase img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.commerce-category-showcase > a > span {
  display: grid;
  gap: 6px;
  padding: 12px;
}

.commerce-category-showcase strong {
  color: var(--commerce-ink);
  font-size: 15px;
  line-height: 1.25;
}

.commerce-category-showcase em {
  color: var(--commerce-muted);
  font-size: 12px;
  font-style: normal;
  line-height: 1.4;
}

.commerce-product-admin-list {
  display: grid;
  gap: 8px;
}

.commerce-product-admin-list article {
  align-items: center;
  border: 1px solid var(--commerce-line);
  display: grid;
  gap: 10px;
  grid-template-columns: 70px minmax(0, 1fr) auto auto;
  padding: 8px;
}

.commerce-product-admin-list article.active {
  border-color: var(--commerce-primary);
}

.commerce-product-admin-list img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
  width: 70px;
}

.commerce-product-admin-list article > form {
  margin: 0;
}

.commerce-product-admin-list span,
.commerce-product-admin-list strong,
.commerce-product-admin-list small {
  display: block;
}

.commerce-product-admin-list span {
  color: var(--commerce-primary);
  font-size: 11px;
}

.commerce-digital-fields {
  background: #edf4f7;
  border: 1px solid #c2d4dc;
  display: grid;
  gap: 12px;
  grid-template-columns: 2fr 1fr 1fr;
  padding: 12px;
}

.commerce-gallery-upload {
  display: grid;
  gap: 8px;
  grid-template-columns: minmax(220px, 1fr) minmax(180px, 1fr) auto;
}

.commerce-gallery-admin-grid {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin-top: 14px;
}

.commerce-gallery-admin-grid figure {
  border: 1px solid var(--commerce-line);
  margin: 0;
  min-width: 0;
  position: relative;
}

.commerce-gallery-admin-grid img {
  aspect-ratio: 1 / 1;
  display: block;
  object-fit: cover;
  width: 100%;
}

.commerce-gallery-admin-grid figcaption {
  min-height: 34px;
  overflow-wrap: anywhere;
  padding: 7px;
}

.commerce-gallery-admin-grid figure > form {
  margin: 0;
  position: absolute;
  right: 5px;
  top: 5px;
}

.commerce-gallery-admin-grid figure > form button {
  background: var(--commerce-danger);
  border: 0;
  color: #fff !important;
  cursor: pointer;
  font-weight: 700;
  padding: 5px 7px;
}

.commerce-gallery-reorder-note {
  color: #52616c;
  font-size: 13px;
  line-height: 1.45;
  margin: 14px 0 0;
}

.commerce-gallery-reorder-status {
  color: #52616c;
  font-size: 12px;
  margin: 8px 0 0;
  min-height: 18px;
}

.commerce-gallery-admin-grid figure[draggable="true"] {
  cursor: grab;
}

.commerce-gallery-admin-grid figure.is-dragging {
  cursor: grabbing;
  opacity: .45;
}

.commerce-gallery-drag-handle {
  align-items: center;
  background: rgba(24, 42, 32, .9);
  border: 0;
  color: #fff;
  cursor: grab;
  display: flex;
  font-size: 16px;
  height: 30px;
  justify-content: center;
  left: 5px;
  padding: 0;
  position: absolute;
  top: 5px;
  width: 30px;
  z-index: 2;
}

.commerce-gallery-drag-handle:focus-visible {
  outline: 2px solid #e6b85c;
  outline-offset: 2px;
}

.commerce-review-admin-list {
  display: grid;
  gap: 10px;
}

.commerce-review-admin-list article > div:last-child {
  justify-content: flex-start;
  margin-top: 10px;
}

.commerce-review-admin-list article > div:last-child button {
  background: var(--commerce-primary);
  border: 0;
  color: #fff !important;
  cursor: pointer;
  padding: 7px 9px;
}

.commerce-review-admin-list article > div:last-child form {
  display: flex;
  gap: 7px;
}

.commerce-filter-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 14px;
}

.commerce-filter-bar a {
  background: #e8edf1;
  color: var(--commerce-ink);
  padding: 9px 11px;
}

.commerce-order-search {
  display: grid;
  gap: 8px;
  grid-template-columns: minmax(220px, 1fr) auto auto;
  margin: -5px 0 14px;
}

.commerce-order-search a {
  align-items: center;
  color: var(--commerce-muted);
  display: flex;
  font-weight: 700;
  padding: 0 8px;
}

.commerce-filter-bar a.active {
  background: var(--commerce-primary);
  color: #fff;
}

.commerce-order-detail {
  background: #fff;
  border: 1px solid var(--commerce-line);
  margin-bottom: 16px;
  padding: 18px;
}

.commerce-order-detail-head {
  align-items: center;
  border-bottom: 1px solid var(--commerce-line);
  display: flex;
  gap: 16px;
  justify-content: space-between;
  margin-bottom: 16px;
  padding-bottom: 12px;
}

.commerce-order-detail-head span,
.commerce-order-detail-head h2 {
  display: block;
  margin: 0;
}

.commerce-order-detail-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.commerce-order-detail-grid > section {
  background: var(--commerce-soft);
  padding: 14px;
}

.commerce-order-detail-grid h3,
.commerce-order-detail-items h3 {
  margin: 0 0 10px;
}

.commerce-order-detail-grid p {
  line-height: 1.6;
}

.commerce-order-detail-grid dl {
  display: grid;
  grid-template-columns: 1fr auto;
}

.commerce-order-detail-grid dt,
.commerce-order-detail-grid dd {
  border-bottom: 1px solid var(--commerce-line);
  margin: 0;
  padding: 6px 0;
}

.commerce-order-detail-items {
  border: 1px solid var(--commerce-line);
  margin-top: 14px;
  padding: 14px;
}

.commerce-order-history {
  border: 1px solid var(--commerce-line);
  margin-top: 14px;
  padding: 14px;
}

.commerce-order-history h3 {
  margin: 0 0 10px;
}

.commerce-order-history > div {
  border-left: 3px solid var(--commerce-primary);
  margin-bottom: 8px;
  padding: 5px 10px;
}

.commerce-order-history span,
.commerce-order-history strong {
  display: block;
}

.commerce-order-history span {
  color: var(--commerce-muted);
  font-size: 11px;
}

.commerce-order-history p {
  margin: 4px 0 0;
}

.commerce-order-admin-forms {
  display: grid;
  gap: 12px;
  margin-top: 14px;
}

.commerce-status-form,
.commerce-delivery-form {
  align-items: end;
  background: var(--commerce-soft);
  display: grid;
  gap: 10px;
  grid-template-columns: minmax(180px, 1fr) auto;
  padding: 12px;
}

.commerce-delivery-form {
  grid-template-columns: repeat(2, minmax(0, 1fr)) auto;
}

.commerce-delivery-form .wide {
  grid-column: 1 / 3;
}

.commerce-inline-action button {
  background: var(--commerce-success);
}

.commerce-secondary-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.commerce-secondary-actions button {
  background: var(--commerce-ink);
}

.commerce-secondary-actions button.danger {
  background: var(--commerce-danger);
}

.commerce-delete-order {
  grid-column: 1 / -1;
  border: 1px solid #e7c7c4;
  background: #fff9f8;
  padding: 10px 12px;
}

.commerce-delete-order summary {
  color: var(--commerce-danger);
  cursor: pointer;
  font-weight: 700;
}

.commerce-delete-order form {
  display: grid;
  gap: 10px;
  margin-top: 12px;
}

.commerce-delete-order p {
  margin: 0;
  color: var(--commerce-muted);
}

.commerce-delete-order button.danger {
  background: var(--commerce-danger);
  justify-self: start;
}

.commerce-order-table-wrap {
  overflow-x: auto;
}

.commerce-order-table {
  border-collapse: collapse;
  min-width: 850px;
  width: 100%;
}

.commerce-order-table th,
.commerce-order-table td {
  border-bottom: 1px solid var(--commerce-line);
  padding: 10px;
  text-align: left;
  vertical-align: top;
}

.commerce-order-table th {
  background: var(--commerce-soft);
  font-size: 12px;
}

.commerce-order-table small {
  color: var(--commerce-muted);
  display: block;
  margin-top: 4px;
}

.commerce-order-table td > a {
  background: var(--commerce-primary);
  color: #fff !important;
  display: inline-block;
  font-weight: 700;
  padding: 7px 9px;
}

.commerce-table-status {
  background: #e8edf1;
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  padding: 6px 7px;
}

.commerce-quote-table {
  min-width: 980px;
}

.commerce-quote-status {
  align-items: center;
  display: flex;
  gap: 6px;
}

.commerce-quote-status select {
  min-width: 140px;
}

.commerce-quote-status button {
  padding: 7px 9px;
}

@media (max-width: 900px) {
  .commerce-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .commerce-cart-layout,
  .commerce-tracking-layout,
  .commerce-product-detail,
  .commerce-review-layout {
    grid-template-columns: 1fr;
  }

  .commerce-order-summary,
  .commerce-store-categories {
    position: static;
  }

  .commerce-store-layout {
    grid-template-columns: minmax(0, 1fr);
  }

  .commerce-store-categories,
  .commerce-store-content,
  .commerce-category-showcase,
  .commerce-catalog-tools,
  .commerce-product-grid {
    max-width: 100%;
    min-width: 0;
    width: 100%;
  }

  .commerce-store-categories {
    display: grid;
  }

  .commerce-store-category-links {
    display: flex;
    flex-wrap: wrap;
  }

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

@media (max-width: 640px) {
  .cms-image-lightbox {
    padding: max(7px, env(safe-area-inset-top)) max(7px, env(safe-area-inset-right)) max(7px, env(safe-area-inset-bottom)) max(7px, env(safe-area-inset-left));
  }

  .cms-image-lightbox-dialog {
    grid-template-columns: 50px minmax(0, 1fr) 50px;
    grid-template-rows: 48px minmax(0, 1fr) 38px;
  }

  .cms-image-lightbox-close {
    grid-column: 2 / 4;
    height: 38px;
    min-width: 64px;
  }

  .cms-image-lightbox-prev,
  .cms-image-lightbox-next {
    background: rgba(9, 17, 22, .7);
    height: 46px;
    width: 42px;
  }

  .cms-image-lightbox-caption {
    font-size: 12px;
    padding: 0 8px;
  }

  .commerce-admin-hero,
  .commerce-cart-hero,
  .commerce-tracking-hero,
  .commerce-store-hero,
  .commerce-panel-head,
  .commerce-section-title,
  .commerce-order-heading,
  .commerce-order-detail-head,
  .commerce-home-toggle {
    align-items: stretch;
    flex-direction: column;
  }

  .commerce-admin-hero h1,
  .commerce-cart-hero h1,
  .commerce-tracking-hero h1,
  .commerce-store-hero h1,
  .commerce-product-info h1 {
    font-size: 24px;
  }

  .commerce-admin-actions,
  .commerce-order-badges {
    justify-content: flex-start;
  }

  .commerce-form-grid,
  .commerce-policy-strip,
  .commerce-product-grid,
  .commerce-order-detail-grid,
  .commerce-digital-fields {
    grid-template-columns: 1fr;
  }

  .commerce-product-facts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .commerce-visual-options,
  .commerce-option-admin-list article {
    grid-template-columns: 1fr;
  }

  .commerce-cart-item {
    align-items: start;
    grid-template-columns: 82px minmax(0, 1fr);
  }

  .commerce-cart-item > img {
    width: 82px;
  }

  .commerce-cart-placeholder {
    width: 82px;
  }

  .commerce-cart-item > label,
  .commerce-cart-item > .commerce-remove {
    grid-column: 2;
  }

  .commerce-order-progress {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .commerce-tracking-item,
  .commerce-downloads article,
  .commerce-order-detail-items article {
    align-items: start;
    grid-template-columns: 1fr;
  }

  .commerce-thumbnails {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .commerce-category-add,
  .commerce-category-card,
  .commerce-product-admin-list article,
  .commerce-gallery-upload,
  .commerce-status-form,
  .commerce-delivery-form,
  .commerce-order-search,
  .commerce-catalog-tools {
    grid-template-columns: 1fr;
  }

  .commerce-category-list {
    grid-template-columns: 1fr;
  }

  .commerce-category-card-head,
  .commerce-category-card-body,
  .commerce-showcase-mode-form {
    grid-template-columns: 1fr;
  }

  .commerce-showcase-mode-form > button {
    grid-column: auto;
    justify-self: stretch;
  }

  .commerce-category-card-head > span {
    padding: 0;
  }

  .commerce-product-admin-list img {
    width: 100%;
  }

  .commerce-gallery-admin-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .commerce-delivery-form .wide {
    grid-column: auto;
  }
}

@media (max-width: 760px) {
  .commerce-product-tab-list button {
    font-size: 12px;
    max-width: none;
    min-width: 0;
    padding: 11px 7px 10px;
    white-space: nowrap;
  }

  .commerce-store-layout {
    gap: 12px;
  }

  .commerce-store-layout.is-product-detail > .commerce-store-categories,
  .commerce-category-showcase {
    display: none;
  }

  .commerce-store-layout.is-product-list > .commerce-store-categories {
    background: transparent;
    border: 0;
    display: grid;
    gap: 10px;
    padding: 0;
  }

  .commerce-store-layout.is-product-list > .commerce-store-categories > strong {
    display: none;
  }

  .commerce-store-layout.is-product-list .commerce-store-category-links {
    display: flex;
    flex-wrap: nowrap;
    gap: 6px;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    padding: 0 0 6px;
    scroll-snap-type: x proximity;
    scrollbar-width: thin;
  }

  .commerce-store-layout.is-product-list .commerce-store-category-links > a,
  .commerce-store-layout.is-product-list .commerce-store-category-toggle {
    background: #fff;
    border: 1px solid var(--commerce-line);
    flex: 0 0 auto;
    font-size: 12px;
    padding: 8px 10px;
    scroll-snap-align: start;
    white-space: nowrap;
  }

  .commerce-store-layout.is-product-list .commerce-store-category-group {
    border: 0;
    flex: 0 0 auto;
    min-width: 170px;
    position: relative;
  }

  .commerce-store-layout.is-product-list .commerce-store-subcategories {
    border: 1px solid var(--commerce-line);
    box-shadow: 0 8px 18px rgba(23, 42, 31, .14);
    left: 0;
    min-width: 100%;
    position: absolute;
    top: calc(100% + 4px);
    z-index: 20;
  }

  .commerce-store-layout.is-product-list .commerce-store-subcategories a {
    border: 0;
    border-bottom: 1px solid var(--commerce-line);
    padding: 9px 12px;
  }

  .commerce-catalog-filters {
    background: #fff;
    border: 1px solid var(--commerce-line);
    margin-top: 0;
  }

  .commerce-catalog-filters summary {
    padding: 11px 12px;
  }

  .commerce-catalog-filters summary small {
    display: none;
  }

  .commerce-catalog-bar {
    align-items: stretch;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 12px;
  }

  .commerce-catalog-bar-copy strong {
    font-size: 15px;
  }

  .commerce-catalog-sort {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .commerce-catalog-sort label {
    min-width: 0;
  }

  .commerce-catalog-sort select,
  .commerce-catalog-sort button {
    font-size: 12px;
    min-height: 40px;
    padding: 7px 8px;
  }

  .commerce-catalog-sort > a {
    grid-column: 1 / -1;
    min-height: 36px;
  }

  .commerce-catalog-result {
    font-size: 12px;
    margin-bottom: 8px;
  }

  .commerce-product-grid {
    gap: 10px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .commerce-product-card > div:not(.commerce-product-card-image-wrap) {
    padding: 10px;
  }

  .commerce-product-card h2,
  .commerce-related-card h3 {
    display: -webkit-box;
    font-size: 14px;
    line-height: 1.3;
    margin: 5px 0 7px;
    min-height: 36px;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .commerce-product-card p:not(.commerce-card-description) {
    display: none;
  }

  .commerce-product-card small,
  .commerce-card-rating {
    font-size: 10px;
  }

  .commerce-product-card-image > .commerce-product-status {
    bottom: 6px;
    font-size: 9px;
    left: 6px;
    padding: 4px 5px;
  }

  .commerce-free-shipping-badge {
    border-radius: 3px;
    font-size: 8px;
    left: 6px;
    line-height: 1;
    padding: 4px 5px;
    top: 6px;
  }

  .commerce-favorite-form,
  .commerce-favorite-login {
    right: 6px;
    top: 6px;
  }

  .commerce-favorite-button {
    height: clamp(28px, 8vw, 34px);
    width: clamp(28px, 8vw, 34px);
  }

  .commerce-favorite-button > span {
    height: 13px;
    width: 14px;
  }

  .commerce-card-footer {
    align-items: stretch;
    display: grid;
    gap: 7px;
    padding-top: 9px;
  }

  .commerce-card-footer strong {
    font-size: 18px;
    font-weight: 800;
    overflow-wrap: anywhere;
  }

  .commerce-card-footer a {
    box-sizing: border-box;
    font-size: 12px;
    padding: 7px 8px;
    text-align: center;
    width: 100%;
  }

  .commerce-related-products {
    padding: 12px;
  }

  .commerce-related-products > header h2 {
    font-size: 18px;
  }

  .commerce-related-card {
    flex-basis: calc((100% - 10px) / 2);
  }
}

/* The link count is managed from the CMS, so the menu also collapses when its
   measured content reaches the fixed account and basket actions. */
.site-navigation.is-content-compact {
  align-items: center;
  flex-wrap: wrap;
  height: auto;
  min-height: 44px;
  padding-left: 14px;
}

.site-navigation.is-content-compact .site-navigation-mobile-toggle {
  align-items: center;
  align-self: flex-start;
  background: transparent;
  border: 0;
  color: #fff;
  cursor: pointer;
  display: flex;
  flex: 0 0 44px;
  font: inherit;
  font-size: 13px;
  font-weight: 700;
  height: 44px;
  justify-content: flex-start;
  min-height: 44px;
  padding: 0 0 0 4px;
  width: 44px;
}

.site-navigation.is-content-compact .site-navigation-mobile-toggle span {
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.site-navigation.is-content-compact .site-navigation-mobile-toggle i,
.site-navigation.is-content-compact .site-navigation-mobile-toggle i::before,
.site-navigation.is-content-compact .site-navigation-mobile-toggle i::after {
  background: currentColor;
  display: block;
  height: 2px;
  position: relative;
  width: 18px;
}

.site-navigation.is-content-compact .site-navigation-mobile-toggle i::before,
.site-navigation.is-content-compact .site-navigation-mobile-toggle i::after {
  content: "";
  left: 0;
  position: absolute;
}

.site-navigation.is-content-compact .site-navigation-mobile-toggle i::before { top: -6px; }
.site-navigation.is-content-compact .site-navigation-mobile-toggle i::after { top: 6px; }
.site-navigation.is-content-compact .site-navigation-list { display: none; flex: 0 0 100%; order: 3; }
.site-navigation.is-content-compact.is-mobile-open .site-navigation-list { display: block; }
.site-navigation.is-content-compact .site-navigation-item { border-top: 1px solid rgba(255, 255, 255, .14); }
.site-navigation.is-content-compact .site-navigation-link-row > a,
.site-navigation.is-content-compact .site-navigation-link-row > button { min-height: 46px; padding: 0 5px; width: 100%; }
.site-navigation.is-content-compact .site-navigation-link-row > button.site-navigation-parent-toggle {
  border-right: 0;
  height: 45px;
  justify-content: flex-start;
  line-height: 1.2;
  min-height: 45px;
  padding: 0 16px;
  text-align: left;
}
.site-navigation.is-content-compact .site-navigation-submenu { box-shadow: none; margin: 0; position: static; width: auto; }
.site-navigation.is-content-compact .site-navigation-item.has-children:hover > .site-navigation-submenu { display: none; }
.site-navigation.is-content-compact .site-navigation-item.is-open > .site-navigation-submenu { display: block; }
.site-navigation.is-content-compact .site-customer-actions { margin-left: auto; margin-right: 12px; }
.site-navigation.is-content-compact .site-customer-menu-copy small,
.site-navigation.is-content-compact .site-customer-login small { display: none; }
.site-navigation.is-content-compact .site-customer-menu-copy strong,
.site-navigation.is-content-compact .site-customer-login strong { font-size: 12px; }
.site-navigation.is-content-compact .site-customer-menu-toggle,
.site-navigation.is-content-compact .site-customer-login,
.site-navigation.is-content-compact .site-cart-link { height: 36px; min-height: 36px; padding: 5px 8px; }
.site-navigation.is-content-compact .site-customer-menu-caret { display: none; }
/* Product option pricing guidance */
.commerce-option-pricing-guide { display: grid; gap: 5px; margin: 0 0 14px; padding: 12px 14px; color: #4c331c; border-left: 4px solid var(--cms-primary, #8a431d); background: #fff8ec; }
.commerce-option-pricing-guide strong { font-size: 13px; }
.commerce-option-pricing-guide span { font-size: 11px; line-height: 1.55; }

/* Customer account and calm checkout experience */
.commerce-checkout-account,
.commerce-account-invite,
.commerce-account-toolbar {
  align-items: center;
  background: #f3f7f4;
  border: 1px solid #cddbd1;
  display: flex;
  gap: 18px;
  justify-content: space-between;
  margin: 0 0 18px;
  padding: 15px 16px;
}

.commerce-checkout-account.signed-in,
.commerce-account-invite.signed-in {
  background: #edf7f1;
  border-color: #a9cdb7;
}

.commerce-checkout-account div,
.commerce-account-invite div,
.commerce-account-toolbar div {
  display: grid;
  gap: 3px;
}

.commerce-checkout-account span,
.commerce-account-invite span,
.commerce-account-toolbar span {
  color: var(--commerce-muted);
  font-size: 12px;
}

.commerce-checkout-account a,
.commerce-account-invite a,
.commerce-account-toolbar button,
.commerce-primary-link {
  background: var(--commerce-primary);
  border: 0;
  color: #fff !important;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  padding: 10px 13px;
  white-space: nowrap;
}

.commerce-marketing-consents {
  background: #f8f9fa;
  border: 1px solid var(--commerce-line);
  margin: 18px 0;
  padding: 14px;
}

.commerce-marketing-consents legend {
  color: var(--commerce-ink);
  font-weight: 700;
  padding: 0 6px;
}

.commerce-marketing-consents legend small,
.commerce-consent.optional small,
.commerce-account-panel label > small {
  color: var(--commerce-muted);
  font-size: 11px;
  font-weight: 400;
}

.commerce-marketing-consents > p,
.commerce-consent-note,
.commerce-muted {
  color: var(--commerce-muted);
  font-size: 12px;
  line-height: 1.55;
}

.commerce-consent.compact {
  margin: 10px 0;
  padding: 0;
}

.commerce-consent.compact.optional {
  background: transparent;
  border: 0;
}

.commerce-account-entry,
.commerce-account-layout,
.commerce-admin-split {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.commerce-account-entry-single {
  grid-template-columns: minmax(0, 560px);
}

.commerce-account-layout {
  align-items: start;
  grid-template-columns: 238px minmax(0, 1fr);
}

.commerce-account-layout > main {
  display: grid;
  gap: 18px;
}

.commerce-account-navigation {
  background: #fff;
  border: 1px solid var(--commerce-line);
  border-radius: 6px;
  display: grid;
  gap: 2px;
  padding: 12px;
  position: sticky;
  top: 16px;
}

.commerce-account-navigation > strong {
  color: var(--commerce-ink);
  font-size: 17px;
  padding: 7px 10px 12px;
}

.commerce-account-navigation > a {
  align-items: center;
  border-radius: 5px;
  color: #263a2f !important;
  display: grid;
  font-size: 13px;
  font-weight: 700;
  gap: 9px;
  grid-template-columns: 22px minmax(0, 1fr) auto;
  min-height: 42px;
  padding: 7px 9px;
  position: relative;
}

.commerce-account-navigation > a::before {
  background: #d7193f;
  border-radius: 0 4px 4px 0;
  bottom: 5px;
  content: "";
  left: -12px;
  opacity: 0;
  position: absolute;
  top: 5px;
  width: 4px;
}

.commerce-account-navigation > a:hover,
.commerce-account-navigation > a.is-active {
  background: #f4f7f5;
  color: var(--commerce-primary) !important;
}

.commerce-account-navigation > a.is-active::before {
  opacity: 1;
}

.commerce-account-navigation svg {
  fill: none;
  height: 21px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.55;
  width: 21px;
}

.commerce-account-navigation > a small {
  background: #edf2ef;
  border-radius: 999px;
  color: var(--commerce-primary);
  font-size: 10px;
  min-width: 19px;
  padding: 3px 5px;
  text-align: center;
}

.commerce-account-navigation-heading {
  color: #9b8c84;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .08em;
  margin-top: 8px;
  padding: 8px 10px 4px;
}

.commerce-account-panel {
  scroll-margin-top: 16px;
}

.commerce-account-favorite-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(auto-fill, minmax(245px, 1fr));
}

.commerce-account-favorite-grid article {
  border: 1px solid var(--commerce-line);
  display: grid;
  gap: 12px;
  grid-template-columns: 94px minmax(0, 1fr);
  padding: 10px;
}

.commerce-account-favorite-image {
  align-items: center;
  background: var(--commerce-soft);
  display: flex;
  justify-content: center;
  min-height: 94px;
  overflow: hidden;
}

.commerce-account-favorite-image img {
  aspect-ratio: 1 / 1;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.commerce-account-favorite-image span {
  color: var(--commerce-muted);
  font-size: 10px;
  padding: 8px;
  text-align: center;
}

.commerce-account-favorite-grid article > div {
  align-content: start;
  display: grid;
  gap: 5px;
  min-width: 0;
}

.commerce-account-favorite-grid small {
  color: var(--commerce-primary);
  font-size: 10px;
  font-weight: 700;
}

.commerce-account-favorite-grid h3 {
  font-size: 14px;
  line-height: 1.3;
  margin: 0;
}

.commerce-account-favorite-grid h3 a {
  color: var(--commerce-ink);
}

.commerce-account-favorite-grid article > div > strong {
  color: var(--commerce-ink);
  font-size: 15px;
}

.commerce-account-favorite-open {
  color: var(--commerce-primary) !important;
  font-size: 11px;
  font-weight: 800;
  margin-top: 2px;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.commerce-account-panel {
  background: var(--commerce-surface);
  border: 1px solid var(--commerce-line);
  border-radius: 6px;
  padding: 20px;
}

.commerce-account-panel h2 {
  color: var(--commerce-ink);
  font-size: 20px;
  margin: 0 0 10px;
}

.commerce-account-panel > p {
  color: var(--commerce-muted);
  line-height: 1.6;
}

.commerce-account-panel form {
  display: grid;
  gap: 12px;
}

.commerce-account-panel form > label:not(.commerce-consent) {
  color: var(--commerce-ink);
  display: grid;
  font-size: 13px;
  font-weight: 700;
  gap: 6px;
}

.commerce-account-panel input[type="text"],
.commerce-account-panel input[type="email"],
.commerce-account-panel input[type="password"],
.commerce-account-panel input[type="tel"] {
  background: #fff;
  border: 1px solid #bfc7cf;
  border-radius: 4px;
  color: var(--commerce-ink);
  min-height: 42px;
  padding: 9px 11px;
  width: 100%;
}

.commerce-account-panel input[readonly] {
  background: #f1f3f5;
}

.commerce-account-password {
  border-top: 1px solid var(--commerce-line);
  margin-top: 20px;
  padding-top: 20px;
}

.commerce-account-password h2 {
  font-size: 17px;
}

.commerce-eyebrow {
  color: var(--commerce-primary);
  display: block;
  font-size: 11px;
  font-weight: 800;
  margin-bottom: 7px;
}

.commerce-account-toolbar {
  background: var(--commerce-ink);
  border-color: var(--commerce-ink);
  color: #fff;
}

.commerce-account-toolbar span {
  color: #cbd4dc;
}

.commerce-account-toolbar button {
  background: var(--commerce-accent);
}

.commerce-account-orders article {
  align-items: center;
  border-top: 1px solid var(--commerce-line);
  display: grid;
  gap: 12px;
  grid-template-columns: minmax(130px, 1.2fr) minmax(145px, 1fr) auto auto;
  padding: 14px 0;
}

.commerce-account-orders article > div {
  display: grid;
  gap: 3px;
}

.commerce-account-orders article span {
  color: var(--commerce-muted);
  font-size: 11px;
}

.commerce-account-orders article a {
  background: var(--commerce-primary);
  color: #fff !important;
  font-weight: 700;
  padding: 8px 10px;
  text-align: center;
}

.commerce-account-reviews { display: grid; gap: 0; }
.commerce-account-maps { display: grid; gap: 0; }
.commerce-account-maps > .commerce-muted { margin: 0 0 12px; }
.commerce-account-maps article { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 14px; padding: 13px 0; border-top: 1px solid #d9e1dc; }
.commerce-account-maps article div span,.commerce-account-maps article div strong { display: block; }
.commerce-account-maps article div span { margin-bottom: 3px; color: var(--commerce-muted); font-size: 10px; }
.commerce-account-maps article div small { display: block; color: var(--commerce-muted); font-size: 11px; line-height: 1.45; margin-top: 4px; }
.commerce-account-maps article > a { padding: 8px 10px; color: #fff !important; background: var(--commerce-primary); font-size: 11px; font-weight: 800; }
.commerce-account-reviews article {
  display: grid;
  grid-template-columns: minmax(0,1fr) auto auto;
  align-items: center;
  gap: 12px;
  padding: 12px 0;
  border-top: 1px solid var(--commerce-line);
}
.commerce-account-reviews article div span,
.commerce-account-reviews article div strong { display: block; }
.commerce-account-reviews article div span { margin-bottom: 3px; color: var(--commerce-muted); font-size: 10px; }
.commerce-review-state { color: var(--commerce-primary); font-size: 11px; font-weight: 800; }
.commerce-account-reviews article > a { padding: 8px 10px; color: #fff !important; background: var(--commerce-primary); font-size: 11px; font-weight: 800; }

.commerce-account-panel address,
.commerce-customer-detail address {
  border-top: 1px solid var(--commerce-line);
  display: grid;
  font-style: normal;
  gap: 4px;
  line-height: 1.5;
  padding: 12px 0;
}

.commerce-account-panel address span {
  color: var(--commerce-muted);
}

.commerce-customer-facts {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 16px 0;
}

.commerce-customer-facts > div {
  background: var(--commerce-soft);
  display: grid;
  gap: 5px;
  padding: 12px;
}

.commerce-customer-facts span,
.commerce-consent-history small,
.commerce-order-table td small {
  color: var(--commerce-muted);
  display: block;
  font-size: 11px;
  line-height: 1.45;
}

.commerce-customer-status-form {
  align-items: center;
  display: flex;
  gap: 12px;
  justify-content: space-between;
}

.commerce-consent-history > div {
  border-top: 1px solid var(--commerce-line);
  display: grid;
  gap: 4px;
  padding: 11px 0;
}

.commerce-main-media-stage { background: var(--commerce-soft); position: relative; }
.commerce-main-video {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  background: #0b0f12;
  object-fit: contain;
}
.commerce-main-video[hidden],
.commerce-main-image[hidden] { display: none; }
.commerce-video-thumb { position: relative; display: block; overflow: hidden; }
.commerce-video-thumb video {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  background: #111;
  object-fit: cover;
}
.commerce-video-thumb > span,
.commerce-admin-video-badge {
  position: absolute;
  display: grid;
  place-items: center;
  color: #fff;
  background: rgba(0,0,0,.72);
  border-radius: 50%;
}
.commerce-video-thumb > span { inset: 50% auto auto 50%; width: 30px; height: 30px; transform: translate(-50%,-50%); font-size: 13px; }
.commerce-gallery-admin-grid figure.is-video { position: relative; background: #111; }
.commerce-gallery-admin-grid figure > video { display: block; width: 100%; aspect-ratio: 1 / 1; object-fit: cover; }
.commerce-admin-video-badge { top: 50%; left: 50%; width: 42px; height: 42px; transform: translate(-50%,-50%); font-size: 17px; pointer-events: none; }
.commerce-video-upload { margin-top: 9px; background: #f5f8fa; }

.commerce-review-photo {
  display: block;
  width: min(100%, 420px);
  max-height: 340px;
  margin: 12px 0;
  border: 1px solid var(--commerce-line);
  object-fit: cover;
}
.commerce-review-order-list { display: grid; gap: 7px; }
.commerce-review-order-list > label {
  display: grid;
  grid-template-columns: auto minmax(0,1fr) auto;
  align-items: center;
  gap: 9px;
  padding: 10px;
  border: 1px solid var(--commerce-line);
  background: #fff;
  cursor: pointer;
}
.commerce-review-order-list > label.is-reviewed { background: #f4f6f5; cursor: default; }
.commerce-review-order-list input { width: auto; min-height: 0; }
.commerce-review-order-list span strong,
.commerce-review-order-list span small { display: block; }
.commerce-review-order-list span small { margin-top: 3px; color: var(--commerce-muted); font-size: 10px; }
.commerce-review-order-list b { color: var(--commerce-primary); font-size: 10px; }
.commerce-review-note { padding: 11px; color: var(--commerce-muted); border: 1px dashed var(--commerce-line); background: #fff; line-height: 1.5; }
.commerce-star-picker { display: flex; width: max-content; flex-direction: row-reverse; justify-content: flex-end; gap: 3px; margin: 0; padding: 0; border: 0; }
.commerce-star-picker legend { margin-bottom: 5px; color: var(--commerce-ink); font-size: 12px; font-weight: 700; }
.commerce-star-picker input { position: absolute; opacity: 0; pointer-events: none; }
.commerce-star-picker label { color: #aab1b5; font-size: 30px; line-height: 1; cursor: pointer; }
.commerce-star-picker label:hover,
.commerce-star-picker label:hover ~ label,
.commerce-star-picker input:checked ~ label { color: #b66c13; }
.commerce-star-picker input:focus-visible + label { outline: 2px solid var(--commerce-primary); outline-offset: 2px; }
.commerce-review-photo-status { min-height: 16px; color: var(--commerce-muted); font-size: 11px; }

.commerce-email-template-form { display: grid; gap: 14px; }
.commerce-email-template-form fieldset,
.commerce-email-template-shared { display: grid; gap: 10px; margin: 0; padding: 14px; border: 1px solid var(--commerce-line); }
.commerce-email-template-form legend { padding: 0 7px; color: var(--commerce-ink); font-weight: 800; }
.commerce-email-template-form label { display: grid; gap: 5px; color: var(--commerce-ink); font-size: 12px; font-weight: 700; }
.commerce-email-template-form input[type="text"],
.commerce-email-template-form textarea { width: 100%; box-sizing: border-box; padding: 10px; color: var(--commerce-ink); border: 1px solid #aeb8c2; background: #fff; font: 13px Arial, sans-serif; }
.commerce-email-template-actions { display: flex; align-items: center; justify-content: space-between; gap: 14px; }
.commerce-email-template-actions > button { padding: 11px 14px; color: #fff; border: 0; background: var(--commerce-primary); font-weight: 800; cursor: pointer; }

/* Fast product workspace */
.commerce-products-hero { margin-bottom: 14px; }
.commerce-product-categories,
.commerce-product-disclosure,
.commerce-product-form-details {
  border: 1px solid var(--commerce-line);
  background: #fff;
}
.commerce-product-categories { margin: 0 0 14px; }
.commerce-product-categories > summary,
.commerce-product-disclosure > summary,
.commerce-product-form-details > summary {
  align-items: center;
  color: var(--commerce-ink);
  cursor: pointer;
  display: flex;
  font-size: 14px;
  font-weight: 800;
  justify-content: space-between;
  list-style: none;
  min-height: 48px;
  padding: 0 14px;
}
.commerce-product-categories > summary::-webkit-details-marker,
.commerce-product-disclosure > summary::-webkit-details-marker,
.commerce-product-form-details > summary::-webkit-details-marker { display: none; }
.commerce-product-categories > summary::after,
.commerce-product-disclosure > summary::after,
.commerce-product-form-details > summary::after {
  color: var(--commerce-primary);
  content: "+";
  font-size: 19px;
  line-height: 1;
}
.commerce-product-categories[open] > summary::after,
.commerce-product-disclosure[open] > summary::after,
.commerce-product-form-details[open] > summary::after { content: "-"; }
.commerce-product-categories > summary small {
  color: var(--commerce-muted);
  font-size: 11px;
  font-weight: 400;
  margin-left: auto;
  padding-right: 12px;
}
.commerce-product-categories-panel { border: 0; margin: 0; }
.commerce-product-workspace {
  align-items: start;
  display: grid;
  gap: 14px;
  grid-template-columns: minmax(230px, 290px) minmax(0, 1fr);
}
.commerce-product-browser {
  max-height: calc(100vh - 122px);
  min-width: 0;
  overflow: auto;
  position: sticky;
  top: 12px;
}
.commerce-product-browser-panel { margin: 0; padding: 12px; }
.commerce-product-browser-panel .commerce-panel-head { display: block; padding-bottom: 9px; }
.commerce-product-browser-panel .commerce-panel-head h2 { font-size: 16px; }
.commerce-product-browser-panel .commerce-panel-head p { font-size: 11px; line-height: 1.4; }
.commerce-product-browser-panel .commerce-product-admin-list { gap: 6px; }
.commerce-product-browser-panel .commerce-product-admin-list article {
  grid-template-columns: 42px minmax(0, 1fr) auto;
  padding: 6px;
}
.commerce-product-browser-panel .commerce-product-admin-list article > form { display: none; }
.commerce-product-browser-panel .commerce-product-admin-list img { width: 42px; }
.commerce-product-browser-panel .commerce-product-admin-list strong { font-size: 12px; line-height: 1.3; }
.commerce-product-browser-panel .commerce-product-admin-list small,
.commerce-product-browser-panel .commerce-product-admin-list span { font-size: 10px; }
.commerce-product-browser-panel .commerce-product-admin-list a {
  align-self: center;
  background: transparent;
  border: 1px solid var(--commerce-line);
  color: var(--commerce-primary) !important;
  font-size: 10px;
  font-weight: 800;
  padding: 7px 8px;
  text-decoration: none;
}
.commerce-product-editor { min-width: 0; }
.commerce-product-editor > .commerce-panel { margin-bottom: 12px; }
.commerce-product-editor > .commerce-panel > .commerce-panel-head { padding-bottom: 9px; }
.commerce-product-editor > .commerce-panel > .commerce-panel-head h2 { font-size: 18px; }
.commerce-product-editor > .commerce-panel > .commerce-panel-head p { font-size: 12px; }
.commerce-product-form-details { margin-top: 12px; }
.commerce-product-form-details > .commerce-form-grid { padding: 0 14px 14px; }
.commerce-rich-editor-field { display: grid; gap: 6px; min-width: 0; }
.commerce-rich-editor-field > label { color: var(--commerce-ink); font-size: 13px; font-weight: 700; }
.commerce-rich-editor-field > small { color: var(--commerce-muted); font-size: 11px; font-weight: 400; }
.commerce-rich-editor-field .cke { border-color: var(--commerce-line); box-shadow: none; width: 100% !important; }
.commerce-rich-editor-field .cke_top { background: #f4f7f5; border-bottom-color: var(--commerce-line); }
.commerce-rich-editor-field .cke_bottom { background: #f8faf9; border-top-color: var(--commerce-line); }
.commerce-product-disclosure { margin: 0 0 10px; }
.commerce-product-disclosure[open] { background: var(--commerce-soft); }
.commerce-product-disclosure-panel { border: 0; margin: 0; padding: 0 14px 14px; }
.commerce-product-disclosure-panel .commerce-panel-head { display: block; padding: 0 0 10px; }
.commerce-product-disclosure-panel .commerce-panel-head p { font-size: 12px; margin: 0; }
.commerce-product-savebar {
  background: rgba(255,255,255,.96);
  border-top: 1px solid var(--commerce-line);
  bottom: 0;
  display: flex;
  justify-content: flex-end;
  margin-top: 14px;
  padding: 10px 0 0;
  position: sticky;
  z-index: 3;
}
.commerce-product-savebar .commerce-primary-button { margin: 0; min-width: 168px; }

@media (max-width: 900px) {
  .commerce-product-workspace { grid-template-columns: 1fr; }
  .commerce-product-browser { max-height: none; position: static; }
  .commerce-product-browser-panel .commerce-product-admin-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 640px) {
  .commerce-category-card.is-child { margin-left: 0; }
  .commerce-product-categories > summary small { display: none; }
  .commerce-product-browser-panel .commerce-product-admin-list { grid-template-columns: 1fr; }
  .commerce-product-savebar { justify-content: stretch; }
  .commerce-product-savebar .commerce-primary-button { width: 100%; }
}

@media (max-width: 900px) {
  .commerce-account-layout,
  .commerce-account-entry,
  .commerce-admin-split {
    grid-template-columns: 1fr;
  }

  .commerce-account-navigation {
    align-items: center;
    display: flex;
    gap: 4px;
    overflow-x: auto;
    padding: 8px;
    position: static;
    scrollbar-width: thin;
  }

  .commerce-account-navigation > strong,
  .commerce-account-navigation-heading {
    display: none;
  }

  .commerce-account-navigation > a {
    flex: 0 0 auto;
    grid-template-columns: 18px auto auto;
    min-height: 38px;
    padding: 7px 9px;
  }

  .commerce-account-navigation > a::before {
    bottom: 0;
    height: 3px;
    left: 7px;
    right: 7px;
    top: auto;
    width: auto;
  }

  .commerce-account-navigation svg {
    height: 18px;
    width: 18px;
  }

  .commerce-customer-facts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .commerce-account-hero,
  .commerce-checkout-account,
  .commerce-account-invite,
  .commerce-account-toolbar,
  .commerce-customer-status-form {
    align-items: stretch;
    flex-direction: column;
  }

  .commerce-email-template-actions { align-items: stretch; flex-direction: column; }

  .commerce-account-orders article {
    align-items: start;
    grid-template-columns: 1fr;
  }

  .commerce-account-reviews article { grid-template-columns: 1fr; align-items: start; }

  .commerce-account-favorite-grid {
    grid-template-columns: 1fr;
  }

  .commerce-customer-facts {
    grid-template-columns: 1fr;
  }
}

/* Public navigation and customer shortcuts. */
.site-navigation {
  align-items: stretch;
  background: #1f3d2c;
  border-bottom: 1px solid rgba(8, 30, 18, .35);
  box-sizing: border-box;
  display: flex;
  height: 44px;
  min-height: 44px;
  padding: 0 0 0 18px;
  position: relative;
  z-index: 40;
}

.site-navigation-list {
  align-items: stretch;
  display: flex;
  flex: 1 1 auto;
  list-style: none;
  margin: 0;
  min-width: 0;
  padding: 0;
}

.site-navigation-item { position: relative; }

.site-navigation-link-row > a,
.site-navigation-link-row > button {
  align-items: center;
  background: transparent;
  border: 0;
  color: #fff !important;
  cursor: pointer;
  display: flex;
  font-family: inherit;
  font-size: 14px;
  font-weight: 700;
  box-sizing: border-box;
  height: 44px;
  min-height: 44px;
  padding: 0 13px;
  text-decoration: none;
  white-space: nowrap;
}

.site-navigation-link-row > a:hover,
.site-navigation-link-row > button:hover,
.site-navigation-item.is-open > .site-navigation-link-row > a,
.site-navigation-item.is-open > .site-navigation-link-row > button {
  background: rgba(255, 255, 255, .12);
}

.site-navigation-link-row > button.site-navigation-parent-toggle {
  font-size: 14px;
  height: 44px;
  line-height: 1.2;
  padding: 0 22px;
  text-align: center;
}

@media (min-width: 761px) {
  .site-navigation-link-row > button.site-navigation-parent-toggle {
    border-right: 1px dotted rgba(255, 255, 255, .48);
  }
}

.site-navigation-child-marker,
.site-customer-menu-caret {
  border-bottom: 2px solid currentColor;
  border-right: 2px solid currentColor;
  display: inline-block;
  height: 6px;
  margin-left: 9px;
  transform: rotate(45deg) translateY(-2px);
  width: 6px;
}

.site-navigation-parent-toggle[aria-expanded="true"] .site-navigation-child-marker {
  transform: rotate(225deg) translate(-1px, -1px);
}

.site-navigation-submenu {
  background: #fff;
  border: 1px solid #d9e1dc;
  box-shadow: 0 10px 24px rgba(8, 30, 18, .16);
  display: none;
  left: 0;
  list-style: none;
  margin: 0;
  min-width: 210px;
  padding: 6px;
  position: absolute;
  top: 100%;
  z-index: 60;
}

.site-navigation-item.has-children:hover > .site-navigation-submenu,
.site-navigation-item.is-open > .site-navigation-submenu { display: block; }

.site-navigation-submenu a {
  color: #173422;
  display: block;
  font-size: 14px;
  font-weight: 700;
  padding: 10px 12px;
  text-decoration: none;
}

.site-navigation-submenu a:hover { background: #edf4ee; }

.site-customer-actions {
  align-items: stretch;
  border-left: 1px dotted rgba(255, 255, 255, .45);
  display: flex;
  flex: 0 0 auto;
  gap: 7px;
  margin-left: auto;
  padding-left: 8px;
}

.site-customer-menu { position: relative; }

.site-customer-menu-toggle,
.site-customer-login,
.site-cart-link {
  align-items: center;
  background: transparent;
  border: 0;
  box-sizing: border-box;
  color: #fff !important;
  cursor: pointer;
  display: flex;
  font: inherit;
  gap: 7px;
  height: 44px;
  justify-content: flex-start;
  margin: 0;
  min-height: 44px;
  padding: 4px 9px;
  text-align: left;
  text-decoration: none;
  white-space: nowrap;
}

.site-customer-menu-toggle:hover,
.site-customer-menu-toggle.is-open,
.site-customer-login:hover,
.site-cart-link:hover { background: rgba(255, 255, 255, .12); }

.site-cart-link {
  background: transparent;
  border-left: 1px dotted rgba(255, 255, 255, .45);
  color: #fff !important;
  gap: 10px;
  justify-content: flex-start;
  min-width: 108px;
  padding-left: 12px;
  padding-right: 10px;
  position: relative;
}

.site-cart-count {
  align-items: center;
  background: transparent !important;
  border: 0;
  border-radius: 0;
  color: #f4ac38 !important;
  display: inline-flex;
  font-size: 12px !important;
  font-weight: 800;
  height: auto;
  justify-content: center;
  left: 31px;
  line-height: 1;
  margin: 0;
  min-width: 0;
  padding: 0;
  pointer-events: none;
  position: absolute;
  text-align: center;
  top: 4px;
  text-shadow: none;
  z-index: 2;
}

.site-cart-copy { display: grid; gap: 1px; margin-left: 3px; }
.site-cart-copy small { font-size: 10px; font-weight: 700; line-height: 1; }
.site-cart-copy strong { font-size: 13px; line-height: 1.1; }

.site-customer-menu-copy,
.site-customer-login > span:nth-child(2) { display: grid; gap: 1px; }

.site-customer-menu-copy small,
.site-customer-login small,
.site-cart-link small {
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  opacity: .86;
}

.site-customer-menu-copy strong,
.site-customer-login strong,
.site-cart-link strong {
  font-size: 13px;
  line-height: 1.1;
}

.site-customer-icon {
  border: 2px solid currentColor;
  border-radius: 50%;
  display: inline-block;
  height: 11px;
  margin-bottom: 11px;
  position: relative;
  width: 11px;
}

.site-customer-icon::after {
  border: 2px solid currentColor;
  border-bottom: 0;
  border-radius: 10px 10px 0 0;
  bottom: -11px;
  content: "";
  height: 7px;
  left: -5px;
  position: absolute;
  width: 17px;
}

.site-cart-icon {
  display: inline-block;
  flex: 0 0 25px;
  height: 25px;
  margin: 0;
  object-fit: contain;
  width: 25px;
}

.site-customer-menu-panel {
  background: #fff;
  border: 1px solid #d5dfd7;
  box-shadow: 0 12px 28px rgba(8, 30, 18, .18);
  min-width: 205px;
  padding: 7px;
  position: absolute;
  right: 0;
  top: 100%;
  z-index: 70;
}

.site-customer-menu-panel a,
.site-customer-menu-panel button {
  background: transparent;
  border: 0;
  color: #173422;
  display: block;
  font: inherit;
  font-size: 14px;
  font-weight: 700;
  padding: 10px 12px;
  text-align: left;
  text-decoration: none;
  width: 100%;
}

.site-customer-menu-panel a:hover,
.site-customer-menu-panel button:hover { background: #edf4ee; }
.site-customer-menu-panel form { margin: 0; }
.site-customer-menu-panel form button { color: #8b261f; }
.site-navigation-mobile-toggle { display: none; }

@media (max-width: 900px) {
  .site-navigation { padding: 0 0 0 14px; }
  .site-navigation-link-row > a,
  .site-navigation-link-row > button { padding: 0 9px; }
  .site-customer-actions { gap: 5px; margin-left: 8px; padding-left: 6px; }
  .site-customer-menu-toggle,
  .site-customer-login,
  .site-cart-link { padding-left: 9px; padding-right: 9px; }
}

@media (max-width: 760px) {
  .site-navigation { align-items: center; flex-wrap: wrap; height: auto; min-height: 44px; }

  .site-navigation-mobile-toggle {
    align-items: center;
    align-self: flex-start;
    background: transparent;
    border: 0;
    color: #fff;
    cursor: pointer;
    display: flex;
    flex: 0 0 44px;
    font: inherit;
    font-size: 13px;
    font-weight: 700;
    height: 44px;
    justify-content: flex-start;
    min-height: 44px;
    padding: 0 0 0 4px;
    width: 44px;
  }

  .site-navigation-mobile-toggle span {
    border: 0;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
  }

  .site-navigation-mobile-toggle i,
  .site-navigation-mobile-toggle i::before,
  .site-navigation-mobile-toggle i::after {
    background: currentColor;
    display: block;
    height: 2px;
    position: relative;
    width: 18px;
  }

  .site-navigation-mobile-toggle i::before,
  .site-navigation-mobile-toggle i::after { content: ""; left: 0; position: absolute; }
  .site-navigation-mobile-toggle i::before { top: -6px; }
  .site-navigation-mobile-toggle i::after { top: 6px; }
  .site-navigation-list { display: none; flex: 0 0 100%; order: 3; }
  .site-navigation.is-mobile-open .site-navigation-list { display: block; }
  .site-navigation-item { border-top: 1px solid rgba(255, 255, 255, .14); }
  .site-navigation-link-row > a,
  .site-navigation-link-row > button { min-height: 46px; padding: 0 5px; width: 100%; }
  .site-navigation-link-row > button.site-navigation-parent-toggle {
    height: 45px;
    justify-content: flex-start;
    line-height: 1.2;
    min-height: 45px;
    padding: 0 16px;
    text-align: left;
  }
  .site-navigation-submenu { box-shadow: none; margin: 0; position: static; width: auto; }
  .site-navigation-item.has-children:hover > .site-navigation-submenu { display: none; }
  .site-navigation-item.is-open > .site-navigation-submenu { display: block; }
  .site-customer-actions { margin-left: auto; margin-right: 12px; }
  .site-customer-menu-copy small,
  .site-customer-login small { display: none; }
  .site-customer-menu-copy strong,
  .site-customer-login strong { font-size: 12px; }
  .site-customer-menu-toggle,
  .site-customer-login,
  .site-cart-link { height: 36px; min-height: 36px; padding: 5px 8px; }
  .site-customer-menu-caret { display: none; }
}

@media (max-width: 430px) {
  .site-customer-menu-copy strong {
    display: block;
    font-size: 0;
  }
  .site-customer-menu-copy strong::after {
    content: "Hesabım";
    font-size: 12px;
  }
  .site-customer-login strong { font-size: 0; }
  .site-customer-login strong::after { content: "Giriş"; font-size: 12px; }
  .site-customer-menu-toggle,
  .site-customer-login,
  .site-cart-link { gap: 0; min-width: 38px; justify-content: center; }
  .site-customer-menu-toggle { gap: 6px; }
  .site-cart-copy { display: none; }
  .site-customer-icon { margin-right: 0; }
}
.commerce-coupon-form{border-bottom:1px solid #d9e1dc;display:grid;gap:7px;margin:8px 0;padding:10px 0}.commerce-coupon-form label{font-size:12px;font-weight:700}.commerce-coupon-form>div{display:flex;gap:7px}.commerce-coupon-form input{border:1px solid #b9c6bf;box-sizing:border-box;min-width:0;padding:9px;width:100%}.commerce-coupon-form button{background:#1e4332;border:0;color:#fff;font-weight:700;padding:9px 11px}.commerce-order-summary>div.discount strong{color:#17613a}
.commerce-invoice-fields{margin:18px 0;padding:16px;border:1px solid #d6dfda;background:#f7f9f8}.commerce-invoice-fields legend{padding:0 8px;font-weight:800;color:#193d2b}.commerce-invoice-fields [hidden]{display:none!important}
.commerce-address-record{border-top:1px solid #d9e1dc;padding:10px 0}.commerce-address-record summary{display:flex;justify-content:space-between;gap:12px;cursor:pointer}.commerce-address-record summary span,.commerce-address-record summary strong,.commerce-address-record summary small{display:block}.commerce-address-record summary em{font-style:normal;color:#1d5639;font-weight:700}.commerce-address-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:14px}.commerce-address-form label{display:grid;gap:5px}.commerce-address-form .wide{grid-column:1/-1}.commerce-address-form textarea{min-height:82px}.commerce-inline-danger{margin-top:8px}.commerce-inline-danger button,.commerce-danger-zone button{border:0;background:#9d2b20;color:#fff;padding:10px 14px;font-weight:700}.commerce-account-security,.commerce-account-privacy{margin-top:22px;padding-top:18px;border-top:1px solid #d9e1dc}.commerce-account-security form,.commerce-account-privacy form{display:grid;gap:10px;margin:12px 0}.commerce-secondary-button{border:1px solid #214a35;background:#fff;color:#173d2a;padding:11px 14px;font-weight:800}.commerce-danger-zone{margin-top:18px;border-top:1px solid #dfc8c4;padding-top:12px}.commerce-danger-zone summary{cursor:pointer;color:#8f251c;font-weight:800}@media(max-width:640px){.commerce-address-form{grid-template-columns:1fr}}
.commerce-bulk-bar,.commerce-admin-search{display:flex;gap:8px;align-items:center;margin:12px 0}.commerce-bulk-bar select,.commerce-admin-search input{min-height:40px;border:1px solid #c8d3cc;background:#fff;padding:8px 10px}.commerce-bulk-bar button,.commerce-admin-search button{min-height:40px;border:0;background:#1b432f;color:#fff;padding:8px 14px;font-weight:800}.commerce-bulk-check{width:18px;height:18px;flex:0 0 18px}.commerce-pagination{display:flex;align-items:center;justify-content:center;gap:12px;margin-top:16px}.commerce-pagination a{background:#1b432f;color:#fff;padding:8px 12px;text-decoration:none}.commerce-pagination span{font-weight:700;color:#425149}
