.editor-spoiler{background:#fff;border:1px solid #dee2e6;border-radius:.25rem;margin-bottom:1rem}.editor-spoiler>.spoiler-title{background-color:#f8f9fa;border-bottom:1px solid #dee2e6;font-weight:500;padding:.75rem 1.25rem;cursor:pointer;list-style:none;position:relative;user-select:none;font-family:'manropebold',sans-serif;color:#111;display:flex}.editor-spoiler>.spoiler-title::-webkit-details-marker{display:none}.editor-spoiler>.spoiler-title::before{content:'▶';float:left;font-size:12px;transition:transform .2s ease;color:#e31d23;margin:6px}.editor-spoiler[open]>.spoiler-title::before{transform:rotate(90deg)}.editor-spoiler>.spoiler-content{padding:1rem 1.25rem;border-top:none;background-color:#fff}.editor-product-card{display:flex;flex-direction:column;align-items:center;gap:15px;background:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:12px;margin:10px 0;transition:all .2s ease;box-shadow:0 1px 2px rgba(0,0,0,0.05)}.editor-product-card:hover{box-shadow:0 4px 12px rgba(0,0,0,0.1);transform:translateY(-2px)}.editor-product-card img{width:200px;object-fit:cover;display:inline-block;vertical-align:bottom;flex-shrink:0}.editor-product-card-info{text-align:center}.editor-product-card-title{font-size:1.1rem;font-weight:600;margin:0 0 8px 0;color:#111827;font-family:'DIN Pro',sans-serif}.editor-product-card-button{display:inline-block;background-color:#e31d23;color:#fff;padding:6px 14px;border-radius:6px;text-decoration:none;font-size:.85rem;font-weight:500;transition:background-color .2s ease;font-family:'manroperegular',sans-serif}.editor-product-card-button:hover{background-color:#ce0b11;color:#fff;text-decoration:none}.editor-grid{display:grid;grid-template-columns:repeat(auto-fill, minmax(200px, 1fr));gap:20px;margin:20px 0}.editor-grid .editor-product-card{margin:0}