.aunomay-cdf{--cdf-ink:#2c2420;--cdf-muted:#7a6f66;--cdf-line:#e8dfd4;--cdf-surface:#fffcf8;--cdf-blush:#9a6b66;--cdf-gold:#b89b6a;--cdf-sage:#8a9a86;--cdf-serif:"Cormorant Garamond", Georgia, serif;--cdf-sans:"Jost", "Segoe UI", system-ui, sans-serif;font-family:var(--cdf-sans);color:var(--cdf-ink);line-height:1.55;max-width:960px;margin:0 auto;padding:8px 0 40px;box-sizing:border-box}.aunomay-cdf *,.aunomay-cdf *::before,.aunomay-cdf *::after{box-sizing:border-box}.aunomay-cdf__header{text-align:center;margin-bottom:22px;padding-bottom:16px;border-bottom:1px solid var(--cdf-line)}.aunomay-cdf__kicker{margin:0 0 8px;font-size:.72rem;letter-spacing:.18em;text-transform:uppercase;font-weight:500;color:var(--cdf-blush)}.aunomay-cdf__title{margin:0 0 10px;font-family:var(--cdf-serif);font-style:italic;font-weight:600;font-size:clamp(1.85rem, 4vw, 2.55rem);line-height:1.15}.aunomay-cdf__lead{margin:0 auto;max-width:44rem;font-size:.98rem;font-weight:300;color:var(--cdf-muted)}.aunomay-cdf__form{padding:16px;border:1px solid var(--cdf-line);background:var(--cdf-surface);margin-bottom:22px}.aunomay-cdf__field{display:flex;flex-direction:column;gap:6px;margin:0 0 12px;max-width:360px}.aunomay-cdf__label{font-size:.72rem;font-weight:500;letter-spacing:.08em;text-transform:uppercase;color:var(--cdf-muted)}.aunomay-cdf__select{width:100%;min-height:48px;padding:10px 12px;border:1px solid var(--cdf-line);background:#fff;font:inherit}.aunomay-cdf__hint{margin:0 0 14px;font-size:.88rem;font-weight:300;color:var(--cdf-blush)}.aunomay-cdf__swatch-fieldset{margin:0 0 18px;padding:0;border:0}.aunomay-cdf__swatch-fieldset .aunomay-cdf__label{display:block;margin-bottom:10px}.aunomay-cdf__swatches{display:flex;flex-wrap:wrap;gap:10px}.aunomay-cdf__swatch{display:flex;flex-direction:column;align-items:center;gap:6px;width:76px;cursor:pointer;margin:0;padding:8px 4px;border:1px solid #fff0;border-radius:4px;position:relative}.aunomay-cdf__swatch input{position:absolute;opacity:0;pointer-events:none}.aunomay-cdf__swatch-chip{display:block;width:44px;height:44px;border-radius:50%;border:2px solid rgb(0 0 0 / .12);box-shadow:inset 0 0 0 1px rgb(255 255 255 / .35)}.aunomay-cdf__swatch-name{font-size:.68rem;text-align:center;line-height:1.25;color:var(--cdf-muted);font-weight:500}.aunomay-cdf__swatch:has(input:checked){border-color:var(--cdf-blush);background:rgb(154 107 102 / .08)}.aunomay-cdf__swatch:has(input:checked) .aunomay-cdf__swatch-chip{border-color:var(--cdf-ink);box-shadow:0 0 0 2px #fff,0 0 0 4px var(--cdf-blush)}.aunomay-cdf__swatch--avoid:has(input:checked){border-color:#8a4a44;background:rgb(138 74 68 / .1)}.aunomay-cdf__swatch--avoid:has(input:checked) .aunomay-cdf__swatch-chip{box-shadow:0 0 0 2px #fff,0 0 0 4px #8a4a44;position:relative}.aunomay-cdf__swatch--avoid:has(input:checked) .aunomay-cdf__swatch-chip::after{content:"";position:absolute;inset:0;background:linear-gradient(to top right,transparent calc(50% - 1px),rgb(0 0 0 / .45) calc(50% - 1px),rgb(0 0 0 / .45) calc(50% + 1px),transparent calc(50% + 1px));border-radius:50%}.aunomay-cdf__nav{margin-top:8px}.aunomay-cdf__btn{appearance:none;border:1px solid var(--cdf-ink);background:var(--cdf-ink);color:#fffcf8;font-family:inherit;font-size:.72rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;min-height:48px;padding:12px 16px;cursor:pointer;text-decoration:none;display:inline-flex;align-items:center;justify-content:center}.aunomay-cdf__btn:hover{background:var(--cdf-blush);border-color:var(--cdf-blush);color:#fff}.aunomay-cdf__btn:disabled{opacity:.55;cursor:not-allowed}.aunomay-cdf__btn--ghost{background:#fff0;color:var(--cdf-ink);border-color:var(--cdf-line)}.aunomay-cdf__btn--ghost:hover{border-color:var(--cdf-gold);background:rgb(184 155 106 / .12);color:var(--cdf-ink)}.aunomay-cdf__btn:focus-visible{outline:2px solid var(--cdf-gold);outline-offset:2px}.aunomay-cdf__status{margin:12px 0 0;min-height:1.3em;font-size:.9rem;color:var(--cdf-sage);font-weight:500}.aunomay-cdf__status.is-error{color:var(--cdf-blush)}.aunomay-cdf__results-title{margin:0 0 4px;font-family:var(--cdf-serif);font-style:italic;font-size:1.4rem;font-weight:600}.aunomay-cdf__results-count{margin:0 0 14px;font-size:.88rem;color:var(--cdf-muted)}.aunomay-cdf__grid{display:grid;grid-template-columns:1fr;gap:14px}@media (min-width:640px){.aunomay-cdf__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:900px){.aunomay-cdf__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.aunomay-cdf__card{border:1px solid var(--cdf-line);background:#fff;display:flex;flex-direction:column;overflow:hidden}.aunomay-cdf__card-img{display:block;width:100%;aspect-ratio:3/4;object-fit:cover;background:#f0ebe4}.aunomay-cdf__card-body{padding:12px 14px 14px;display:flex;flex-direction:column;gap:6px;flex:1}.aunomay-cdf__score{margin:0;font-size:.7rem;letter-spacing:.1em;text-transform:uppercase;font-weight:600;color:var(--cdf-blush)}.aunomay-cdf__badge-sale{display:inline-block;width:fit-content;font-size:.66rem;letter-spacing:.1em;text-transform:uppercase;font-weight:600;color:var(--cdf-blush);border:1px solid rgb(154 107 102 / .35);padding:2px 6px}.aunomay-cdf__exact{display:flex;flex-wrap:wrap;align-items:center;gap:6px}.aunomay-cdf__exact-chip{display:inline-block;width:16px;height:16px;border-radius:50%;border:1px solid rgb(0 0 0 / .15);flex-shrink:0}.aunomay-cdf__exact-label{font-size:.78rem;font-weight:500;color:var(--cdf-muted)}.aunomay-cdf__card-title{margin:0;font-family:var(--cdf-serif);font-style:italic;font-size:1.1rem;font-weight:600}.aunomay-cdf__card-title a{color:inherit;text-decoration:none}.aunomay-cdf__card-title a:hover{color:var(--cdf-blush)}.aunomay-cdf__price{font-size:.92rem}.aunomay-cdf__why-label{margin:4px 0 0;font-size:.66rem;letter-spacing:.1em;text-transform:uppercase;font-weight:500;color:var(--cdf-muted)}.aunomay-cdf__why{margin:0;padding:0 0 0 1.05em;font-size:.8rem;font-weight:300;color:var(--cdf-muted)}.aunomay-cdf__card-actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:auto;padding-top:6px}.aunomay-cdf__card-actions .aunomay-cdf__btn{min-height:42px;padding:8px 10px}.aunomay-cdf__empty{grid-column:1 / -1;text-align:center;padding:24px;border:1px dashed var(--cdf-line);font-family:var(--cdf-serif);font-style:italic;color:var(--cdf-muted)}.aunomay-cdf__note{margin-top:24px;padding-top:14px;border-top:1px solid var(--cdf-line);font-size:.86rem;font-weight:300;color:var(--cdf-muted)}.aunomay-cdf__note p{margin:0}