{"product_id":"aimee-vestido-maxi-elegante","title":"Aimee | Vestido Maxi Elegante","description":"\u003cstyle\u003e\n  @import url('https:\/\/fonts.googleapis.com\/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;1,300;1,400\u0026family=Jost:wght@300;400;500\u0026display=swap');\n\n  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n\n  :root {\n    --navy: #112750;\n    --navy-light: #1a3a6e;\n    --navy-pale: #e8edf5;\n    --navy-soft: #c8d4e8;\n    --gold: #c9a96e;\n    --white: #ffffff;\n    --text: #1a1a2e;\n    --muted: #6b7a99;\n  }\n\n  body {\n    font-family: 'Jost', sans-serif;\n    background: #f5f7fa;\n    padding: 2rem 1rem;\n    color: var(--text);\n  }\n\n  .size-card {\n    max-width: 680px;\n    margin: 0 auto;\n    background: var(--white);\n    border-radius: 2px;\n    overflow: hidden;\n    box-shadow: 0 4px 40px rgba(17,39,80,0.10);\n    border: 1px solid var(--navy-soft);\n  }\n\n  \/* Header *\/\n  .card-header {\n    background: var(--navy);\n    padding: 2rem 2.2rem 1.6rem;\n    position: relative;\n    overflow: hidden;\n  }\n\n  .card-header::before {\n    content: '';\n    position: absolute;\n    top: -40px; right: -40px;\n    width: 160px; height: 160px;\n    border-radius: 50%;\n    background: rgba(201,169,110,0.08);\n  }\n\n  .card-header::after {\n    content: '';\n    position: absolute;\n    bottom: 0; left: 0; right: 0;\n    height: 1px;\n    background: linear-gradient(90deg, transparent, var(--gold), transparent);\n  }\n\n  .product-label {\n    font-family: 'Jost', sans-serif;\n    font-size: 10px;\n    font-weight: 500;\n    letter-spacing: 0.25em;\n    text-transform: uppercase;\n    color: var(--gold);\n    margin-bottom: 0.5rem;\n    opacity: 0.9;\n  }\n\n  .product-title {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 1.75rem;\n    font-weight: 300;\n    color: var(--white);\n    letter-spacing: 0.04em;\n    line-height: 1.2;\n    font-style: italic;\n  }\n\n  .product-title span {\n    font-style: normal;\n    font-weight: 500;\n  }\n\n  \/* Unit badge *\/\n  .unit-badge {\n    display: inline-flex;\n    align-items: center;\n    gap: 0.4rem;\n    background: rgba(201,169,110,0.15);\n    border: 1px solid rgba(201,169,110,0.35);\n    border-radius: 2px;\n    padding: 0.25rem 0.75rem;\n    margin-top: 1rem;\n    font-size: 10.5px;\n    font-weight: 500;\n    letter-spacing: 0.14em;\n    text-transform: uppercase;\n    color: var(--gold);\n  }\n\n  .unit-dot {\n    width: 5px; height: 5px;\n    border-radius: 50%;\n    background: var(--gold);\n    opacity: 0.7;\n  }\n\n  \/* Table section *\/\n  .table-section {\n    padding: 1.8rem 2.2rem;\n  }\n\n  .section-label {\n    font-size: 9.5px;\n    font-weight: 500;\n    letter-spacing: 0.22em;\n    text-transform: uppercase;\n    color: var(--muted);\n    margin-bottom: 1rem;\n  }\n\n  table {\n    width: 100%;\n    border-collapse: collapse;\n    font-size: 13.5px;\n  }\n\n  thead tr {\n    background: var(--navy);\n  }\n\n  thead th {\n    font-family: 'Jost', sans-serif;\n    font-size: 9px;\n    font-weight: 500;\n    letter-spacing: 0.22em;\n    text-transform: uppercase;\n    color: var(--gold);\n    padding: 0.85rem 1.1rem;\n    text-align: center;\n    border: none;\n  }\n\n  thead th:first-child { text-align: left; }\n\n  tbody tr {\n    border-bottom: 1px solid var(--navy-pale);\n    transition: background 0.18s;\n  }\n\n  tbody tr:last-child { border-bottom: none; }\n\n  tbody tr:hover { background: var(--navy-pale); }\n\n  tbody td {\n    padding: 0.78rem 1.1rem;\n    text-align: center;\n    color: var(--text);\n    font-weight: 300;\n    font-size: 13.5px;\n  }\n\n  tbody td:first-child {\n    text-align: left;\n    font-weight: 500;\n    color: var(--navy);\n    font-size: 13px;\n    letter-spacing: 0.05em;\n  }\n\n  .highlight-row {\n    background: linear-gradient(90deg, rgba(17,39,80,0.04), rgba(17,39,80,0.02));\n  }\n\n  .highlight-row td:first-child {\n    position: relative;\n  }\n\n  .popular-tag {\n    display: inline-block;\n    font-size: 8px;\n    font-weight: 500;\n    letter-spacing: 0.12em;\n    text-transform: uppercase;\n    color: var(--gold);\n    background: rgba(201,169,110,0.12);\n    border: 1px solid rgba(201,169,110,0.3);\n    border-radius: 2px;\n    padding: 1px 5px;\n    margin-left: 6px;\n    vertical-align: middle;\n  }\n\n  \/* Divider *\/\n  .gold-divider {\n    height: 1px;\n    background: linear-gradient(90deg, transparent, var(--navy-soft), transparent);\n    margin: 0 2.2rem;\n  }\n\n  \/* How to measure accordion *\/\n  .accordion {\n    border-top: 1px solid var(--navy-pale);\n  }\n\n  .accordion-trigger {\n    width: 100%;\n    background: none;\n    border: none;\n    cursor: pointer;\n    padding: 1.2rem 2.2rem;\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    gap: 1rem;\n    text-align: left;\n    transition: background 0.18s;\n  }\n\n  .accordion-trigger:hover { background: var(--navy-pale); }\n\n  .accordion-trigger-text {\n    font-size: 10px;\n    font-weight: 500;\n    letter-spacing: 0.2em;\n    text-transform: uppercase;\n    color: var(--navy);\n  }\n\n  .accordion-icon {\n    width: 22px; height: 22px;\n    flex-shrink: 0;\n    border: 1px solid var(--navy-soft);\n    border-radius: 50%;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    transition: transform 0.3s, background 0.2s;\n  }\n\n  .accordion-icon svg {\n    display: block;\n    transition: transform 0.3s;\n  }\n\n  .accordion-trigger.open .accordion-icon {\n    background: var(--navy);\n    border-color: var(--navy);\n  }\n\n  .accordion-trigger.open .accordion-icon svg { transform: rotate(180deg); }\n  .accordion-trigger.open .accordion-icon svg path { stroke: var(--white); }\n\n  .accordion-body {\n    display: none;\n    padding: 0 2.2rem 1.6rem;\n    animation: fadeSlide 0.25s ease;\n  }\n\n  .accordion-body.open { display: block; }\n\n  @keyframes fadeSlide {\n    from { opacity: 0; transform: translateY(-6px); }\n    to   { opacity: 1; transform: translateY(0); }\n  }\n\n  .measure-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 0.75rem;\n  }\n\n  .measure-item {\n    background: var(--navy-pale);\n    border-left: 2px solid var(--navy-soft);\n    padding: 0.7rem 0.9rem;\n    border-radius: 2px;\n  }\n\n  .measure-item strong {\n    display: block;\n    font-size: 10px;\n    font-weight: 600;\n    letter-spacing: 0.1em;\n    text-transform: uppercase;\n    color: var(--navy);\n    margin-bottom: 0.2rem;\n  }\n\n  .measure-item p {\n    font-size: 12px;\n    font-weight: 300;\n    color: var(--muted);\n    line-height: 1.5;\n  }\n\n  \/* Note *\/\n  .size-note {\n    margin: 0 2.2rem 2rem;\n    background: linear-gradient(135deg, rgba(17,39,80,0.05), rgba(17,39,80,0.02));\n    border: 1px solid var(--navy-soft);\n    border-left: 3px solid var(--navy);\n    border-radius: 2px;\n    padding: 0.9rem 1.1rem;\n  }\n\n  .size-note p {\n    font-size: 12px;\n    font-weight: 300;\n    color: var(--muted);\n    line-height: 1.6;\n  }\n\n  .size-note p strong {\n    color: var(--navy);\n    font-weight: 500;\n  }\n\n  \/* Footer *\/\n  .card-footer {\n    background: var(--navy);\n    padding: 1rem 2.2rem;\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n  }\n\n  .footer-text {\n    font-size: 10px;\n    font-weight: 300;\n    letter-spacing: 0.12em;\n    color: rgba(255,255,255,0.45);\n    text-transform: uppercase;\n  }\n\n  .footer-brand {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 13px;\n    font-weight: 400;\n    font-style: italic;\n    color: var(--gold);\n    opacity: 0.8;\n    letter-spacing: 0.08em;\n  }\n\n  @media (max-width: 520px) {\n    .card-header, .table-section, .size-note { padding-left: 1.2rem; padding-right: 1.2rem; }\n    .gold-divider { margin: 0 1.2rem; }\n    .accordion-trigger { padding-left: 1.2rem; padding-right: 1.2rem; }\n    .accordion-body { padding-left: 1.2rem; padding-right: 1.2rem; }\n    .card-footer { padding: 0.9rem 1.2rem; }\n    .product-title { font-size: 1.4rem; }\n    .measure-grid { grid-template-columns: 1fr; }\n    thead th, tbody td { padding: 0.65rem 0.6rem; font-size: 12.5px; }\n  }\n\u003c\/style\u003e\n\u003cdiv\u003eExperimenta una elegancia atemporal con el Vestido Maxi Elegante Aimee, diseñado para hacerte sentir como la mejor versión de ti misma en cualquier ocasión.\u003c\/div\u003e\n\u003cdiv\u003e\u003cimg height=\"498\" width=\"332\" style=\"display: block; margin-left: auto; margin-right: auto;\" alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0966\/2955\/5584\/files\/ChatGPT_Image_21_jan_2026_09_27_10.jpg?v=1768984093\"\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eSilhouette Halagadora:\u003c\/strong\u003e Este vestido acentúa hermosamente tu figura, asegurando que te veas impresionante desde cualquier ángulo.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eEstilo Versátil:\u003c\/strong\u003e Perfecto tanto para salidas informales como para eventos formales, convirtiéndolo en una adición imprescindible a tu guardarropa.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eAjuste Cómodo:\u003c\/strong\u003e Disfruta de la comodidad durante todo el día sin sacrificar el estilo, permitiéndote moverte libremente y con confianza.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eDiseño Atractivo:\u003c\/strong\u003e Con sus detalles elegantes y sofisticados, este vestido seguramente llamará la atención dondequiera que vayas.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e","brand":"Alma Valencia","offers":[{"title":"Rojo (Casi agotado) \/ S","offer_id":57251433840971,"sku":null,"price":44.95,"currency_code":"EUR","in_stock":true},{"title":"Rojo (Casi agotado) \/ M","offer_id":57251433873739,"sku":null,"price":44.95,"currency_code":"EUR","in_stock":true},{"title":"Rojo (Casi agotado) \/ L","offer_id":57251433906507,"sku":null,"price":44.95,"currency_code":"EUR","in_stock":true},{"title":"Rojo (Casi agotado) \/ XL","offer_id":57251433939275,"sku":null,"price":44.95,"currency_code":"EUR","in_stock":true},{"title":"Rojo (Casi agotado) \/ 2XL","offer_id":57251433972043,"sku":null,"price":44.95,"currency_code":"EUR","in_stock":true},{"title":"Rojo (Casi agotado) \/ 3XL","offer_id":57251434004811,"sku":null,"price":44.95,"currency_code":"EUR","in_stock":true},{"title":"Blanco \/ S","offer_id":57251434037579,"sku":null,"price":44.95,"currency_code":"EUR","in_stock":true},{"title":"Blanco \/ M","offer_id":57251434070347,"sku":null,"price":44.95,"currency_code":"EUR","in_stock":true},{"title":"Blanco \/ L","offer_id":57251434103115,"sku":null,"price":44.95,"currency_code":"EUR","in_stock":true},{"title":"Blanco \/ XL","offer_id":57251434135883,"sku":null,"price":44.95,"currency_code":"EUR","in_stock":true},{"title":"Blanco \/ 2XL","offer_id":57251434168651,"sku":null,"price":44.95,"currency_code":"EUR","in_stock":true},{"title":"Blanco \/ 3XL","offer_id":57251434201419,"sku":null,"price":44.95,"currency_code":"EUR","in_stock":true},{"title":"Gris (Casi agotado) \/ S","offer_id":57251434234187,"sku":null,"price":44.95,"currency_code":"EUR","in_stock":true},{"title":"Gris (Casi agotado) \/ M","offer_id":57251434266955,"sku":null,"price":44.95,"currency_code":"EUR","in_stock":true},{"title":"Gris (Casi agotado) \/ L","offer_id":57251434299723,"sku":null,"price":44.95,"currency_code":"EUR","in_stock":true},{"title":"Gris (Casi agotado) \/ XL","offer_id":57251434332491,"sku":null,"price":44.95,"currency_code":"EUR","in_stock":true},{"title":"Gris (Casi agotado) \/ 2XL","offer_id":57251434365259,"sku":null,"price":44.95,"currency_code":"EUR","in_stock":true},{"title":"Gris (Casi agotado) \/ 3XL","offer_id":57251434398027,"sku":null,"price":44.95,"currency_code":"EUR","in_stock":true},{"title":"Negro \/ S","offer_id":57251434430795,"sku":null,"price":44.95,"currency_code":"EUR","in_stock":true},{"title":"Negro \/ M","offer_id":57251434463563,"sku":null,"price":44.95,"currency_code":"EUR","in_stock":true},{"title":"Negro \/ L","offer_id":57251434496331,"sku":null,"price":44.95,"currency_code":"EUR","in_stock":true},{"title":"Negro \/ XL","offer_id":57251434529099,"sku":null,"price":44.95,"currency_code":"EUR","in_stock":true},{"title":"Negro \/ 2XL","offer_id":57251434561867,"sku":null,"price":44.95,"currency_code":"EUR","in_stock":true},{"title":"Negro \/ 3XL","offer_id":57251434594635,"sku":null,"price":44.95,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0935\/9979\/3483\/files\/Usa_tu_producto_original_prenda_femenina_como_refe_delpmaspu_2_39854c31-4fca-450f-b572-b28391acd177.jpg?v=1778284970","url":"https:\/\/alma-valencia.es\/products\/aimee-vestido-maxi-elegante","provider":"Alma Valencia","version":"1.0","type":"link"}