/** Shopify CDN: Minification failed

Line 50:10 Expected identifier but found whitespace
Line 50:15 Unexpected ";"

**/
/* Ducati Accessories Page */
#ducati-accessories-root * { box-sizing: border-box; margin: 0; padding: 0; }

#ducati-accessories-root {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem 1rem;
}

/* Header */
.dac-eyebrow { font-size: 11px; letter-spacing: 0.08em; text-transform: uppercase; color: #888; margin-bottom: 6px; }
.dac-title { font-size: 26px; font-weight: 500; color: #111; margin-bottom: 6px; }
.dac-subtitle { font-size: 15px; color: #555; margin-bottom: 2rem; line-height: 1.6; }

/* Selector card */
.dac-card {
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 12px;
  padding: 1.25rem;
  margin-bottom: 1rem;
}

/* Step label */
.dac-step-label {
  font-size: 11px; text-transform: uppercase; letter-spacing: 0.07em;
  color: #999; margin-bottom: 12px; display: flex; align-items: center; gap: 8px;
}
.dac-step-num {
  width: 20px; height: 20px; border-radius: 50%;
  background: #f5f5f5; border: 1px solid #ddd;
  font-size: 10px; font-weight: 600; color: #888;
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.dac-step-num.done { background: #1D9E75; border-color: #1D9E75; color: #fff; }

/* Family grid */
.dac-family-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  gap: 10px;
}
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
  gap: 8px;
}
.dac-family-btn {
  background: #f7f7f7; border: 1px solid #e5e5e5; border-radius: 10px;
  padding: 0; cursor: pointer; text-align: center;
  transition: border-color 0.12s, box-shadow 0.12s;
  display: flex; flex-direction: column; overflow: hidden;
}
.dac-family-btn:hover { border-color: #aaa; box-shadow: 0 2px 8px rgba(0,0,0,0.08); }
.dac-family-btn.selected { border-color: #1D9E75; box-shadow: 0 0 0 2px #1D9E75; }
.dac-family-img {
  width: 100%; aspect-ratio: 4/3; object-fit: cover;
  background: #eee; display: block;
}
.dac-family-img-placeholder {
  width: 100%; aspect-ratio: 4/3; background: #f0f0f0;
  display: flex; align-items: center; justify-content: center;
  font-size: 28px;
}
.dac-family-name {
  font-size: 12px; font-weight: 500; color: #111;
  padding: 8px 10px; line-height: 1.2; text-align: center;
  border-top: 1px solid #eee; background: #fff;
}

/* Model selects */
.dac-model-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.dac-select-wrap { display: flex; flex-direction: column; gap: 5px; }
.dac-select-label { font-size: 12px; color: #555; font-weight: 500; }
.dac-select-wrap select {
  font-size: 13px; padding: 9px 10px;
  border: 1px solid #ddd; border-radius: 8px;
  background: #fff; color: #111; width: 100%; cursor: pointer;
  appearance: auto;
}
.dac-select-wrap select:disabled { opacity: 0.4; cursor: default; }

/* CTA row */
.dac-cta-row { margin-top: 1rem; display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.dac-btn {
  background: #1D9E75; border: none; border-radius: 8px;
  color: #fff; font-size: 14px; font-weight: 500;
  padding: 10px 22px; cursor: pointer; transition: opacity 0.12s;
}
.dac-btn:disabled { opacity: 0.35; cursor: default; }
.dac-btn:not(:disabled):hover { opacity: 0.88; }
.dac-sel-summary { font-size: 13px; color: #666; }

/* Divider */
.dac-divider { border: none; border-top: 1px solid #eee; margin: 1.5rem 0; }

/* Results header */
.dac-results-header {
  display: flex; align-items: baseline; justify-content: space-between;
  margin-bottom: 1rem; flex-wrap: wrap; gap: 8px;
}
.dac-results-title { font-size: 17px; font-weight: 500; color: #111; }
.dac-results-meta { font-size: 13px; color: #999; margin-top: 2px; }
.dac-reset-btn {
  font-size: 12px; color: #999; background: none; border: none;
  cursor: pointer; text-decoration: underline; padding: 0;
}
.dac-reset-btn:hover { color: #555; }

/* Filter bar */
.dac-filter-bar { display: flex; gap: 8px; margin-bottom: 1rem; flex-wrap: wrap; }
.dac-filter-bar input {
  flex: 1; min-width: 160px; font-size: 13px;
  padding: 8px 12px; border: 1px solid #ddd; border-radius: 8px;
  background: #fff; color: #111;
}
.dac-filter-bar select {
  font-size: 13px; padding: 8px 10px;
  border: 1px solid #ddd; border-radius: 8px;
  background: #fff; color: #111; cursor: pointer;
}

/* Category chips */
.dac-chip-bar { display: flex; gap: 6px; flex-wrap: wrap; margin-bottom: 1rem; }
.dac-chip {
  font-size: 11px; padding: 4px 10px; border-radius: 999px;
  background: #f5f5f5; color: #666;
  border: 1px solid #e5e5e5; cursor: pointer; transition: background 0.1s;
}
.dac-chip.on { background: #222; color: #fff; border-color: #222; }
.dac-chip:hover:not(.on) { background: #eee; }

/* Accessory grid */
.dac-acc-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(170px, 1fr));
  gap: 12px;
}
.dac-acc-card {
  background: #fff; border: 1px solid #e5e5e5; border-radius: 12px;
  overflow: hidden; cursor: pointer; transition: border-color 0.12s, box-shadow 0.12s;
}
.dac-acc-card:hover { border-color: #bbb; box-shadow: 0 2px 8px rgba(0,0,0,0.06); }
.dac-acc-img {
  width: 100%; height: 130px; object-fit: contain;
  background: #f7f7f7; padding: 10px; display: block;
}
.dac-acc-body { padding: 10px 12px 12px; }
.dac-acc-name { font-size: 12px; font-weight: 500; color: #111; line-height: 1.35; margin-bottom: 4px; }
.dac-acc-code { font-size: 10px; color: #aaa; font-family: monospace; }
.dac-badge-lc {
  font-size: 9px; padding: 2px 6px; border-radius: 999px;
  background: #FEF3C7; color: #92400E; font-weight: 600;
  margin-top: 5px; display: inline-block;
}
.dac-badge-kit {
  font-size: 9px; padding: 2px 6px; border-radius: 999px;
  background: #DBEAFE; color: #1E40AF; font-weight: 600;
  margin-top: 5px; display: inline-block; margin-left: 3px;
}

/* Loading skeleton */
.dac-skeleton {
  background: linear-gradient(90deg, #f0f0f0 25%, #e8e8e8 50%, #f0f0f0 75%);
  background-size: 200% 100%;
  animation: dac-shimmer 1.2s infinite;
  border-radius: 4px;
}
@keyframes dac-shimmer { 0% { background-position: 200% 0; } 100% { background-position: -200% 0; } }

.dac-skeleton-card {
  background: #fff; border: 1px solid #e5e5e5; border-radius: 12px; overflow: hidden;
}
.dac-skeleton-img { height: 130px; }
.dac-skeleton-body { padding: 10px 12px 12px; }
.dac-skeleton-line { height: 10px; margin-bottom: 6px; }
.dac-skeleton-line.short { width: 60%; }

/* Empty state */
.dac-empty { padding: 2.5rem; text-align: center; color: #aaa; font-size: 14px; }

/* Modal overlay */
.dac-overlay {
  display: none; position: fixed; top: 0; left: 0;
  width: 100%; height: 100%; background: rgba(0,0,0,0.5);
  z-index: 9999; align-items: center; justify-content: center;
  padding: 1rem;
}
.dac-overlay.open { display: flex; }
.dac-modal {
  background: #fff; border-radius: 16px;
  max-width: 580px; width: 100%; max-height: 88vh;
  overflow-y: auto; position: relative;
  box-shadow: 0 20px 60px rgba(0,0,0,0.2);
}
.dac-modal-close {
  position: absolute; top: 14px; right: 16px;
  background: #f5f5f5; border: none; border-radius: 50%;
  width: 28px; height: 28px; font-size: 14px; cursor: pointer;
  color: #555; display: flex; align-items: center; justify-content: center;
  z-index: 1; line-height: 1;
}
.dac-modal-close:hover { background: #eee; }

/* Modal content */
.dac-modal-imgs { display: flex; gap: 10px; padding: 1.25rem 1.25rem 0; flex-wrap: wrap; }
.dac-modal-img-main {
  width: 190px; height: 190px; object-fit: contain;
  background: #f7f7f7; border-radius: 10px; padding: 12px; flex-shrink: 0;
}
.dac-modal-thumbs { display: flex; flex-direction: column; gap: 8px; }
.dac-modal-thumb {
  width: 72px; height: 72px; object-fit: contain;
  background: #f7f7f7; border-radius: 8px; padding: 6px;
  cursor: pointer; border: 1.5px solid #e5e5e5; transition: border-color 0.1s;
}
.dac-modal-thumb:hover, .dac-modal-thumb.active { border-color: #1D9E75; }
.dac-modal-body { padding: 1.25rem; }
.dac-modal-name { font-size: 19px; font-weight: 500; color: #111; margin-bottom: 4px; padding-right: 32px; }
.dac-modal-code { font-size: 11px; font-family: monospace; color: #aaa; margin-bottom: 10px; }
.dac-modal-desc {
  font-size: 13px; color: #555; line-height: 1.65;
  margin-bottom: 1.25rem; max-height: 130px; overflow-y: auto;
}
.dac-section-label {
  font-size: 10px; text-transform: uppercase; letter-spacing: 0.07em;
  color: #aaa; margin-bottom: 8px; margin-top: 1.25rem;
}

/* SKU table */
.dac-sku-table { width: 100%; border-collapse: collapse; font-size: 13px; }
.dac-sku-table th {
  font-size: 10px; text-transform: uppercase; letter-spacing: 0.06em;
  color: #aaa; font-weight: 500; padding: 4px 8px 8px; text-align: left;
  border-bottom: 1px solid #eee;
}
.dac-sku-table td { padding: 9px 8px; border-bottom: 1px solid #f0f0f0; vertical-align: top; color: #111; }
.dac-sku-table tr:last-child td { border-bottom: none; }
.dac-sku-mono { font-family: monospace; font-size: 12px; font-weight: 600; color: #111; }
.dac-sku-descr { font-size: 12px; color: #666; }
.dac-status-pill { font-size: 10px; padding: 3px 8px; border-radius: 999px; font-weight: 600; white-space: nowrap; }
.dac-status-A { background: #D1FAE5; color: #065F46; }
.dac-status-F { background: #FEF3C7; color: #92400E; }
.dac-status-X { background: #FEE2E2; color: #991B1B; }
.dac-compat-chips { display: flex; gap: 4px; flex-wrap: wrap; margin-top: 4px; }
.dac-compat-chip { font-size: 10px; padding: 2px 7px; background: #f5f5f5; border-radius: 999px; color: #666; }

/* PDF link */
.dac-pdf-link { font-size: 13px; color: #1D9E75; text-decoration: none; }
.dac-pdf-link:hover { text-decoration: underline; }

/* Loading spinner */
.dac-loading { padding: 2.5rem; text-align: center; color: #888; font-size: 14px; }
.dac-spinner {
  display: inline-block; width: 18px; height: 18px;
  border: 2px solid #eee; border-top-color: #1D9E75;
  border-radius: 50%; animation: dac-spin 0.7s linear infinite;
  vertical-align: middle; margin-right: 8px;
}
@keyframes dac-spin { to { transform: rotate(360deg); } }

/* Hidden utility */
.dac-hidden { display: none !important; }

/* Responsive */
@media (max-width: 600px) {
  .dac-model-row { grid-template-columns: 1fr; }
  .dac-modal-img-main { width: 140px; height: 140px; }
  .dac-acc-grid { grid-template-columns: repeat(auto-fill, minmax(140px, 1fr)); }
}

/* ── Shopify purchase cells ── */
.dac-shop-cell {
  display: flex; flex-direction: column; gap: 6px; min-width: 130px;
}
.dac-price-row { display: flex; align-items: baseline; gap: 6px; flex-wrap: wrap; }
.dac-price { font-size: 14px; font-weight: 600; color: #111; }
.dac-compare-at { font-size: 12px; color: #aaa; text-decoration: line-through; }

.dac-atc-btn {
  background: #CC0000; color: #fff; border: none;
  border-radius: 6px; font-size: 12px; font-weight: 500;
  padding: 7px 12px; cursor: pointer; transition: opacity 0.12s;
  white-space: nowrap;
}
.dac-atc-btn:hover:not(:disabled) { opacity: 0.88; }
.dac-atc-btn:disabled { opacity: 0.6; cursor: default; }

.dac-view-btn-sm {
  font-size: 12px; color: #CC0000; text-decoration: none; font-weight: 500;
}
.dac-view-btn-sm:hover { text-decoration: underline; }

.dac-oos {
  font-size: 11px; color: #aaa;
}

.dac-not-listed { justify-content: center; }
.dac-contact-link {
  font-size: 12px; color: #555; border: 1px solid #ddd;
  border-radius: 6px; padding: 6px 10px; text-decoration: none;
  white-space: nowrap; text-align: center; transition: border-color 0.12s;
}
.dac-contact-link:hover { border-color: #aaa; color: #111; }